HttpContextBase::RewritePath Method
.NET Framework (current version)
When overridden in a derived class, assigns an internal rewrite path, which lets the request URL differ from the internal path of the resource.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | RewritePath(String^) | When overridden in a derived class, rewrites the URL by using the specified path. |
![]() | RewritePath(String^, Boolean) | When overridden in a derived class, rewrites the URL by using the specified path and a value that specifies whether the virtual path for server resources is modified. |
![]() | RewritePath(String^, String^, String^) | When overridden in a derived class, rewrites the URL by using the specified path, path information, and query string information. |
![]() | RewritePath(String^, String^, String^, Boolean) | When overridden in a derived class, rewrites the URL by using the specified path, path information, query string information, and a value that specifies whether the client file path is set to the rewrite path. |
Show:
