Castle.MonoRail.Framework.Helpers.WizardHelper.HasPreviousStep C# (CSharp) Method

HasPreviousStep() public method

Returns true if the current wizard flow has an accessible previous step.
This will only return true if not the first step
public HasPreviousStep ( ) : bool
return bool
		public bool HasPreviousStep()
		{
			return WizardUtils.HasPreviousStep(Controller);
		}