HttpContextBase::RewritePath Method (String^, String^, String^)
.NET Framework (current version)
When overridden in a derived class, rewrites the URL by using the specified path, path information, and query string information.
Assembly: System.Web (in System.Web.dll)
public: virtual void RewritePath( String^ filePath, String^ pathInfo, String^ queryString )
Parameters
- filePath
-
Type:
System::String^
The replacement path.
- pathInfo
-
Type:
System::String^
Additional path information for a resource.
- queryString
-
Type:
System::String^
The request query string.
| Exception | Condition |
|---|---|
| NotImplementedException | Always. |
.NET Framework
Available since 3.5
Available since 3.5
Show: