MvcSiteMapProvider 显示“未授权”的节点
另一个希望相当微不足道的 mvcSiteMap 问题:
我有一些节点,我只想在用户未授权时显示它们,例如登录链接。我真的必须编写自己的可见性提供程序吗?
或者,asp.net mvc 操作是否有一个过滤器属性表示“未授权”?
干杯, 达菲
Another hopefully rather trivial mvcSiteMap problem:
I have a few nodes that I only want to show if the user is not authorized, such as the login link. Do I really have to write my own visibility provider?
Alternatively, is there a filter attribute for an asp.net mvc action that expresses "not authorized"?
Cheers,
Duffy
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
创建 GuestOnly 属性可能就是您想要的。这对我有用:
Creating a GuestOnly attribute is probably what you want. This works for me: