如何限制编辑选项和一些页面

时间:2011-09-20 09:09:43

标签: vb.net

使用VB.net

我的软件(基于Windows的应用程序)中有不同的用户,我想根据用户权限提供访问权限。

例如

Admin Login can able to access and edit all the forms
User Login can able to limited access to edit and view the forms
Employee login can able to view the forms only
...

...

任何人都可以为此提供一些想法或示例代码......

需要Vb.Net帮助

1 个答案:

答案 0 :(得分:0)

您可以使用Authorize属性在MVC中完成此操作。

Authorize Attribute on MSDN