Click or drag to resize
URLRewriterRewritePath Method
Rewrites the path by using the given file path and query string.

Namespace: CMS.URLRewritingEngine
Assembly: CMS.URLRewritingEngine (in CMS.URLRewritingEngine.dll) Version: 9.0.0
Syntax
C#
public static void RewritePath(
	string filePath,
	string queryString,
	bool useCurrentPathInfo = true
)

Parameters

filePath
Type: SystemString
The internal rewrite path
queryString
Type: SystemString
The request query string
useCurrentPathInfo (Optional)
Type: SystemBoolean
If true, the current request path info is used
See Also