RoleManagerEventArgs.RoleManagerEventArgs Constructor
.NET Framework 3.0
Creates an instance of the RoleManagerEventArgs class and sets the Context property to the specified HttpContext.
Namespace: System.Web.Security
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
'Declaration Public Sub New ( _ context As HttpContext _ ) 'Usage Dim context As HttpContext Dim instance As New RoleManagerEventArgs(context)
public RoleManagerEventArgs ( HttpContext context )
public function RoleManagerEventArgs ( context : HttpContext )
Not applicable.
Parameters
- context
The HttpContext of the current request.
The RoleManagerEventArgs object provides event information to the GetRoles event of the RoleManagerModule class. The RoleManagerEventArgs object provides access to the HttpContext of the current request, and a BooleanRolesPopulated property is used to enable or cancel creation of a RolePrincipal by the RoleManagerModule.
Community Additions
ADD
Show: