URL Parsing

  • Thread starter Thread starter Mansi Shah
  • Start date Start date
Mansi,

Have you looked at the UriBuilder class? It will allow you renove the
query information (set the Query property to an empty string).

Then you can use the Transfer method on the HttpRequest object offerred
through the Request property on the page to transfter the processing of the
page.
 

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