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

Namespace: CMS.URLRewritingEngine
Assembly: CMS.URLRewritingEngine (in CMS.URLRewritingEngine.dll) Version: 9.0.0
Syntax
C#
public static void ProcessRewritingResult(
	RequestStatusEnum status,
	ExcludedSystemEnum excludedEnum,
	SiteNameOnDemand siteName,
	ViewModeOnDemand viewMode,
	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
viewMode
Type: CMS.PortalEngineViewModeOnDemand
View mode
relativePath
Type: SystemString
Relative path of the request
See Also