IWizPageUserData Property |
Gets/Sets the page-to-page state data. It is recommended that you manage the
IWizardTemplateUserData using the
PageData method which provides for more
structured access.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax Hashtable UserData { get; set; }
Property UserData As Hashtable
Get
Set
Property Value
Type:
HashtableA hashtable of values used to store the page state.
Remarks Note that you have access to this value in the InitPage method. (Unlike ViewState)
See Also