Logout_cshtml.ApplicationInstance Property

Gets the current instance of the application.

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  System.Web.WebPages.Administration
Assembly:  System.Web.WebPages.Administration (in System.Web.WebPages.Administration.dll)

Syntax

'Declaration
Protected ReadOnly Property ApplicationInstance As HttpApplication 
    Get
'Usage
Dim value As HttpApplication 

value = Me.ApplicationInstance
protected HttpApplication ApplicationInstance { get; }
protected:
property HttpApplication^ ApplicationInstance {
    HttpApplication^ get ();
}
member ApplicationInstance : HttpApplication
function get ApplicationInstance () : HttpApplication

Property Value

Type: System.Web.HttpApplication
The current instance of the application.

See Also

Reference

Logout_cshtml Class

System.Web.WebPages.Administration Namespace