How do I handle page flow in MVC (particularly asp.net)

后端 未结 5 1919

If you had to provide a wizard like form entry experience in mvc how would you abstract the page flow?

5条回答
  •  不要未来只要你来
    2021-02-10 01:50

    I left the page flow up to the view, where I believe it belongs, so different views could have different page flows (e.g. for desktop browser clients or mobile phone clients etc.) I wrote it up on my blog: A RESTful Wizard Using ASP.Net MVC… Perhaps?

提交回复
热议问题