asp.net - Response.Redirect Ampersand Encoding -
Failed to escape "& creates characters in HTML markup. This is often done inadvertently when in a document URL, and W3C is considered an error on this.
I am thinking, the method of ASP.NET is its URL Pass it the same way as it should appear in the address bar in the web browser for example, if you are trying to redirect, then pass that exact string as a response. Redirect. url
parameter? By reading your MSDN details, I can not honestly tell.
Comments
Post a Comment