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

Namespace: CMS.URLRewritingEngine
Assembly: CMS.URLRewritingEngine (in CMS.URLRewritingEngine.dll) Version: 11.0.0
Syntax
C#
protected virtual void RewritePathInternal(
	string path,
	bool rebaseClientPath
)

Parameters

path
Type: System.String
Path to rewrite to
rebaseClientPath
Type: System.Boolean
True to reset the virtual path; false to keep the virtual path unchanged
See Also