How can I limit a user in MVC?
for example if it is Administrator, all links like Add, Edit, Delete are allowed but if it is Registered User, those links are not displayed in cshtml..
Hi florenz,
Refer below link.
http://stackoverflow.com/questions/11668261/asp-net-mvc-how-to-hide-or-show-a-link-button-based-on-logged-in-users-role-p
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.