HttpContext::RewritePath Method
.NET Framework (current version)
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.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | RewritePath(String^) | Rewrites the URL using the given path. |
![]() | 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. |
![]() | RewritePath(String^, String^, String^) | Rewrites the URL by using the given path, path information, and query string information. |
![]() | 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. |
Show:
