Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 ASPNET NVC 中,我可以将数据放入 Tempdata["myKey"] 并在其他地方恢复。
如何在 WebMatrix 中获得相同的结果?
感谢您的帮助
没有直接的等价物。您可以改用 Session。