Click or drag to resize
URLRewriterProcessRewritingResult Method (RequestStatusEnum, ExcludedSystemEnum, SiteNameOnDemand, String)
Processes the result of URL rewriting and handlers appropriate actions

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

Parameters

status
Type: CMS.HelpersRequestStatusEnum
Resulting status from the URL rewriter
excludedEnum
Type: CMS.HelpersExcludedSystemEnum
Excluded page status
siteName
Type: CMS.SiteProviderSiteNameOnDemand
Site name
relativePath
Type: SystemString
Relative path of the request
See Also