FormsAuthenticationEventArgs.Context Property
.NET Framework 2.0
Gets the HttpContext object for the current HTTP 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 FormsAuthenticationEventArgs Dim value As HttpContext value = instance.Context
/** @property */ public HttpContext get_Context ()
public function get Context () : HttpContext
Not applicable.
Property Value
The HttpContext object for the current HTTP request.Community Additions
ADD
Show: