HttpContextWrapper::RewritePath Method

 

Assigns an internal rewrite path, which lets the requested URL differ from the internal path of the resource.

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

NameDescription
System_CAPS_pubmethodRewritePath(String^)

Rewrites the URL by using the specified path.(Overrides HttpContextBase::RewritePath(String^).)

System_CAPS_pubmethodRewritePath(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).)

System_CAPS_pubmethodRewritePath(String^, String^, String^)

Rewrites the URL by using the specified path, path information, and query string information.(Overrides HttpContextBase::RewritePath(String^, String^, String^).)

System_CAPS_pubmethodRewritePath(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).)

Return to top
Show: