HelperPage.AppState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.