RoleManagerEventArgs.Context Property
.NET Framework 2.0
Gets the HttpContext for the current request.
Namespace: System.Web.Security
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
'Declaration Public ReadOnly Property Context As HttpContext 'Usage Dim instance As RoleManagerEventArgs Dim value As HttpContext value = instance.Context
/** @property */ public HttpContext get_Context ()
public function get Context () : HttpContext
Not applicable.
Property Value
The HttpContext for the current requestThe RoleManagerEventArgs object provides event information to the GetRoles event of the RoleManagerModule class. The Context property provides access to the HttpContext of the current request.
Community Additions
ADD
Show: