ASP.NET 权限管理

1、首先在需要添加权限划分的元素上用权限标签标注

     <SecurityTag:Authorize ID="Authorize1" runat="server" FunctionID="fun_LogMgr">

     </SecurityTag:Authorize>

    

原文地址:https://www.cnblogs.com/d685600/p/3685951.html