URLRewriterRewritePath Method |
Rewrites the path by using the given file path and query string.
Namespace: CMS.URLRewritingEngineAssembly: CMS.URLRewritingEngine (in CMS.URLRewritingEngine.dll) Version: 12.0.0
Syntax 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