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.
 
Back
Top