This documentation is archived and is not being maintained.
Wizard.GetHistory Method
Visual Studio 2010
Returns a collection of WizardStepBase objects that have been accessed.
Assembly: System.Web (in System.Web.dll)
Return Value
Type: System.Collections.ICollectionAn ICollection containing the WizardStepBase objects that have been accessed.
The GetHistory method returns a collection containing the WizardStepBase objects that have been accessed. The WizardStepBase objects are arranged in the order in which they were accessed: the first item in the collection is the previous WizardStepBase object, the second item in the collection is the WizardStepBase object that was accessed before the previous step, and so on.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: