传递数据并重定向到 .net 中的新页面
我正在寻找从服务器端代码重定向页面并将几个变量传递到新页面的方法(我可以通过查询字符串或会话传递相同的数据,但我不想这样做)最好的方法是什么?
提前致谢!!!
I looking ways to redirect the page from the server side code and pass couple variables into the new page ( i can pass the same data through query string or session but i dont want to do that) what is the best way to do this?
Thanks in advance!!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您有几个选项:
。可以处理您在请求中放置的任何附加标头(发布数据)。
You have a few options:
. Can handle any additional headers you place inside the request (post data).