This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5
Other versions are also available for the following:
.NET Framework Class Library
HttpContext..::.RewritePath Method
Redirects a request for a resource to a different path than the one that is indicated by the requested URL. RewritePath is used in cookieless session state to strip session IDs from URLs.

Overload List
|
| Name | Description |
|---|
.gif) | RewritePath(String) | Rewrites the URL using the given path. |
.gif) | RewritePath(String, Boolean) | Rewrites the URL using the given path and a Boolean value that specifies whether the virtual path for server resources is modified. |
.gif) | RewritePath(String, String, String) | Rewrites the URL by using the given path, path information, and query string information. |
.gif) | RewritePath(String, String, String, Boolean) | Rewrites the URL using the given virtual path, path information, query string information, and a Boolean value that specifies whether the client file path is set to the rewrite path. |
Top

See Also