Click or drag to resize
URLRewriterRewritePathInternal Method (String)
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
)

Parameters

path
Type: SystemString
Path to rewrite to
See Also