在 SharePoint 中,我可以通过编程控制用户在页面上看到的内容吗?
我有一个 SharePoint Wiki,我允许匿名用户对其进行只读访问。不过,我想这样做,以便如果用户访问该网站,顶部的“编辑历史记录-传入链接”工具栏就会消失,这样他们就不会对该链接感到好奇,但允许登录的编辑器访问。有什么简单的方法可以允许这样做吗?谢谢!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
考虑使用 SharePoint Designer 使用 SPSecurityTrimmedControl 来包装呈现链接的任何内容(可能在母版页上):
http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.webcontrols.spsecuritytrimmedcontrol.aspx
Look into wrapping whatever renders the links (perhaps on the masterpage) with a SPSecurityTrimmedControl using SharePoint Designer:
http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.webcontrols.spsecuritytrimmedcontrol.aspx