开发者

What's the equivalent of TEMPDATA in Webmatrix?

  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开发者_如何学JAVA for helping


There isn't a direct equivalent. You can use Session instead.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜