Design Pattern Framework 3.5
ViewStates Property
Patterns-In-Action! Application ► ViewState ► GlobalViewStateSingleton ► ViewStates
Gets a list of ViewStates.
Declaration Syntax
C# | Visual Basic |
public Dictionary<string, Object> ViewStates { get; private set; }
Public Property ViewStates As Dictionary(Of String, Object)