Click or drag to resize
RootRequestDetector Class
Detects if the requested path is root path.
Inheritance Hierarchy
SystemObject
  CMS.DocumentEngine.Routing.InternalRootRequestDetector

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

The RootRequestDetector type exposes the following members.

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