Click or drag to resize
URLRewriterRewriteUrl Method (String, ExcludedSystemEnum, SiteNameOnDemand)
Applies rewriting to actual URL.

Namespace: CMS.URLRewritingEngine
Assembly: CMS.URLRewritingEngine (in CMS.URLRewritingEngine.dll) Version: 13.0.131
Syntax
C#
protected static RequestStatusEnum RewriteUrl(
	string relativePath,
	ExcludedSystemEnum excludedEnum,
	SiteNameOnDemand siteName
)

Parameters

relativePath
Type: SystemString
Relative path
excludedEnum
Type: CMS.HelpersExcludedSystemEnum
Excluded page status
siteName
Type: CMS.SiteProviderSiteNameOnDemand
Site name

Return Value

Type: RequestStatusEnum
Returns how current URL was processed
See Also