June 2002
Intermediate to advanced
816 pages
28h 12m
English
ApplicationInstance
Context.ApplicationInstance = HttpApplication HttpApplication = Context.ApplicationInstance
Returns or sets the current HttpApplication object.
HttpApplication
An HttpApplication object that will receive or set the value of the ApplicationInstance property.
Generally, you do not need to use the HttpApplication object, since the properties it exposes are usually available through other objects. One exception is is when accessing all the methods that allow you to add event handlers for this request.
Read now
Unlock full access