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

后端 未结 5 1851

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:54

    There are a couple ways, create an action for each step of the wizard process, or create a parameter that is passed in to the action method. Like step that will allow you to know what the state of the wizard is in.

提交回复
热议问题