2
  1. Fill the form with data
  2. Proceed to fields' validation
  3. if the validation pass, go to the a different.

In ASPNET NVC, I can put my data in Tempdata["myKey"] and recover it somewhere else.

How can I obtain the same result in WebMatrix?

Thanks for helping

4

1 に答える 1

2

直接同等のものはありません。代わりにセッションを使用できます。

于 2011-01-25T17:03:11.217 に答える