HttpContext.Application Property
.NET Framework 3.0
Gets the HttpApplicationState object for the current HTTP request.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
'Declaration Public ReadOnly Property Application As HttpApplicationState 'Usage Dim instance As HttpContext Dim value As HttpApplicationState value = instance.Application
/** @property */ public HttpApplicationState get_Application ()
public function get Application () : HttpApplicationState
Not applicable.
Property Value
The HttpApplicationState for the current HTTP request.Community Additions
ADD
Show: