Click or drag to resize
IRootRequestDetector.IsRootRequest Method
Indicates if the requestedPath represents a request for root page.

Namespace: CMS.DocumentEngine.Routing.Internal
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
bool IsRootRequest(
	NormalizedUrlPath requestedPath,
	string cultureCode,
	SiteInfoIdentifier siteIdentifier
)

Parameters

requestedPath
Type: CMS.DocumentEngine.Internal.NormalizedUrlPath
Requested path.
cultureCode
Type: System.String
Culture code of the requested path culture.
siteIdentifier
Type: CMS.DataEngine.SiteInfoIdentifier
Site identifier.

Return Value

Type: Boolean
See Also