Click or drag to resize

WizPageKernelUserData Property

Gets/Sets the page-to-page state data. You should consider using PageData for simpler access to UserData.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public Hashtable UserData { get; set; }

Property Value

Type: Hashtable
A hashtable of values used to store the page state.

Implements

IWizPageUserData
Remarks
Note that you have access to this value in the InitPage method. (Unlike ViewState)
See Also