RoleManagerEventArgs(HttpContext) 构造函数

定义

创建 RoleManagerEventArgs 类的实例,并将 Context 属性设置为指定的 HttpContext

public:
 RoleManagerEventArgs(System::Web::HttpContext ^ context);
public RoleManagerEventArgs (System.Web.HttpContext context);
new System.Web.Security.RoleManagerEventArgs : System.Web.HttpContext -> System.Web.Security.RoleManagerEventArgs
Public Sub New (context As HttpContext)

参数

context
HttpContext

当前请求 HttpContext

注解

RoleManagerEventArgs 对象向 RoleManagerModule 类的 GetRoles 事件提供事件信息。 RoleManagerEventArgs 对象提供对当前请求 HttpContext 的访问权限,BooleanRolesPopulated 属性用于启用或取消 RoleManagerModule创建 RolePrincipal

适用于

另请参阅