WizPageBaseUserData Property |
Gets/Sets the page-to-page state data.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public Hashtable UserData { get; set; }
Public Property UserData As Hashtable
Get
Set
Property Value
Type:
HashtableA hashtable of values used to store the page state.
Implements
IWizPageUserDataRemarks Note that you have access to this value in the InitPage method. (Unlike ViewState)
See Also