HttpContextWrapper::RewritePath Method
Assigns an internal rewrite path, which lets the requested URL differ from the internal path of the resource.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | RewritePath(String^) | Rewrites the URL by using the specified path.(Overrides HttpContextBase::RewritePath(String^).) |
![]() | RewritePath(String^, Boolean) | Rewrites the URL by using the specified path and a value that specifies whether the virtual path for server resources is modified.(Overrides HttpContextBase::RewritePath(String^, Boolean).) |
![]() | RewritePath(String^, String^, String^) | Rewrites the URL by using the specified path, path information, and query string information.(Overrides HttpContextBase::RewritePath(String^, String^, String^).) |
![]() | RewritePath(String^, String^, String^, Boolean) | 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.(Overrides HttpContextBase::RewritePath(String^, String^, String^, Boolean).) |
