HelperPage.App Property

Definition

Gets the application-state data as a DynamicObject object that callers can use to create and access custom application-scoped properties.

public static dynamic App { get; }
member this.App : obj
Public Shared ReadOnly Property App As Object

Property Value

The application-state data.

Applies to