HelperPage.AppState Property

Definition

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

public static System.Web.HttpApplicationStateBase AppState { get; }
member this.AppState : System.Web.HttpApplicationStateBase
Public Shared ReadOnly Property AppState As HttpApplicationStateBase

Property Value

The application-state data.

Applies to