Click or drag to resize
URLRewriterRewriteUrl Method (RequestStatusEnum, String, ExcludedSystemEnum)
Rewrites the URL and performs all operations required after URL rewriting.

Namespace: CMS.URLRewritingEngine
Assembly: CMS.URLRewritingEngine (in CMS.URLRewritingEngine.dll) Version: 9.0.0
Syntax
C#
public static void RewriteUrl(
	RequestStatusEnum status,
	string relativePath,
	ExcludedSystemEnum excludedEnum
)

Parameters

status
Type: CMS.HelpersRequestStatusEnum
Current rewriting status
relativePath
Type: SystemString
Relative path
excludedEnum
Type: CMS.HelpersExcludedSystemEnum
Excluded page status
See Also