Share via


HelperPage.AppState Property

Gets a reference to global application-state data that can be shared across sessions and requests in an ASP.NET application.

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

Syntax

'Declaration
Public Shared ReadOnly Property AppState As HttpApplicationStateBase 
    Get
'Usage
Dim value As HttpApplicationStateBase 

value = HelperPage.AppState
public static HttpApplicationStateBase AppState { get; }
public:
static property HttpApplicationStateBase^ AppState {
    HttpApplicationStateBase^ get ();
}
static member AppState : HttpApplicationStateBase
static function get AppState () : HttpApplicationStateBase

Property Value

Type: System.Web.HttpApplicationStateBase
The application-state data.

See Also

Reference

HelperPage Class

System.Web.WebPages Namespace