Mono Support Hide menu item from registred users 

Viewed 11780 time(s), 2 post(s), 12/14/2011 5:03:01 PM - by Maxim
12/14/2011 5:03:01 PM
319 Reputation 30 Total posts

Hi!

I found how to hide menu item(opage) from unregistred users(roles), but now I want otherwise hide menu item from registered users.
Can MonoX do it? Or give me advice how to realize correctly.

Thanks!

1
12/14/2011 6:24:53 PM
7207 Reputation 956 Total posts

Hi Maxim,
No, this would require a separate role for non-authenticated users that could be selected in the admin menu. We are implementing such scenarios by using the standard ASP.NET syntax for checking if the current user is authenticated, Page.User.IsAuthenticated.

2
This is a demo site for MonoX. Please visit Mono Software for more info.