Invalid URI

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Here is my line of code

Page.Response.Redirect("http://about:blank")

Here is the error I am gettin

Invalid URI: The hostname could not be parsed.

Could someone please explain?
 
I think you just want to put:

Page.Response.Redirect("about:blank");

That's an internal page and doesn't use HTTP.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top