Click or drag to resize
IRootRequestDetector Interface
Detects if the requested path is root path.

Namespace: CMS.DocumentEngine.Routing.Internal
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
public interface IRootRequestDetector

The IRootRequestDetector type exposes the following members.

Methods
  NameDescription
Public methodIsRootRequest
Indicates if the requestedPath represents a request for root page.
Top
See Also