Click or drag to resize

SystemWebContextManagerRewritePath Method

Rewrites the URL using the given virtual path, path information, query string information, and a Boolean value that specifies whether the client file path is set to the rewrite path.

Namespace:  Dynamicweb.Environment.Web
Assembly:  Dynamicweb.Environment.Web (in Dynamicweb.Environment.Web.dll) Version: 3.2.1
Syntax
public void RewritePath(
	string filePath,
	string pathInfo,
	string queryString
)

Parameters

filePath
Type: SystemString
The virtual path to the resource that services the request.
pathInfo
Type: SystemString
Additional path information to use for the URL redirect. For more information
queryString
Type: SystemString
The request query string to use for the URL redirect.

Implements

IContextRewritePath(String, String, String)
See Also