Click or drag to resize
URLRewriterRewritePathInternal Method (String, Boolean)
Rewrites the URL by using the given path

Namespace: CMS.URLRewritingEngine
Assembly: CMS.URLRewritingEngine (in CMS.URLRewritingEngine.dll) Version: 9.0.0
Syntax
C#
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