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

HasNextStep() public method

Returns true if the current wizard flow has a next step.
public HasNextStep ( ) : bool
return bool
		public bool HasNextStep()
		{
			return WizardUtils.HasNextStep(Controller);
		}