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)

abstract RewritePath : 
        path:string -> unit
override RewritePath : 
        path:string -> unit

Parameters

path
Type: System.String

The replacement path.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: