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 parameter? By reading your MSDN details, I can not honestly tell.

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.

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -