开发者

asp.net how to get Response.Redirect url

开发者 https://www.devze.com 2023-03-01 04:08 出处:网络
When debugging, how to check what 开发者_JAVA技巧has been set by Response.Redirect in ASP.NET 4.0 web application? Please advise, thanks.You could use Fiddler to watch the redirect.It will show you ex

When debugging, how to check what 开发者_JAVA技巧has been set by Response.Redirect in ASP.NET 4.0 web application? Please advise, thanks.


You could use Fiddler to watch the redirect. It will show you exactly what the browser is getting from the server.

http://www.fiddler2.com/fiddler2/

0

精彩评论

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