URLRewriterRewritePathInternal Method (String, Boolean) |
Rewrites the URL by using the given path
Namespace: CMS.URLRewritingEngineAssembly: CMS.URLRewritingEngine (in CMS.URLRewritingEngine.dll) Version: 12.0.0
Syntax protected virtual void RewritePathInternal(
string path,
bool rebaseClientPath
)
Parameters
- path
- Type: SystemString
Path to rewrite to - rebaseClientPath
- Type: SystemBoolean
True to reset the virtual path; false to keep the virtual path unchanged
See Also