HttpApplicationStateWrapper::Get Method

 

Gets a state object by name or index.

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

NameDescription
System_CAPS_pubmethodGet(Int32)

Returns a state object by index.(Overrides HttpApplicationStateBase::Get(Int32).)

System_CAPS_pubmethodGet(String^)

Returns a state object by name.(Overrides HttpApplicationStateBase::Get(String^).)

Return to top
Show: