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
Creating a GuestOnly attribute is probably what you want. This works for me: