HttpContextWrapper.RewritePath Method
.NET Framework 4.5
Assigns an internal rewrite path, which lets the requested URL differ from the internal path of the resource.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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).) |