Click or drag to resize

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 Value

Type: Hashtable
A 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