If you had to provide a wizard like form entry experience in mvc how would you abstract the page flow?
public class CreateAccountWizardController : Controller { public ActionRresult Step1() { } public ActionResult Step2() { } }