HttpContextBase::RewritePath Method (String^)

 

When overridden in a derived class, rewrites the URL by using the specified path.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
virtual void RewritePath(
	String^ path
)

Parameters

path
Type: System::String^

The replacement path.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: