Click or drag to resize
IRootRequestDetectorIsRootRequest 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.InternalNormalizedUrlPath
Requested path.
cultureCode
Type: SystemString
Culture code of the requested path culture.
siteIdentifier
Type: CMS.DataEngineSiteInfoIdentifier
Site identifier.

Return Value

Type: Boolean
See Also