Click or drag to resize
CMSDocumentRouteHandler Class
Route handler for the portal pages
Inheritance Hierarchy
SystemObject
  CMS.URLRewritingEngineCMSDocumentRouteHandler

Namespace: CMS.URLRewritingEngine
Assembly: CMS.URLRewritingEngine (in CMS.URLRewritingEngine.dll) Version: 11.0.0
Syntax
C#
public class CMSDocumentRouteHandler : IRouteHandler

The CMSDocumentRouteHandler type exposes the following members.

Constructors
  NameDescription
Public methodCMSDocumentRouteHandler
Constructor
Top
Fields
  NameDescription
Protected fieldmAliasPath
Alias path for the current handler
Protected fieldmCulture
Culture for the current handler
Protected fieldmNodeId
Node ID for the current handler
Protected fieldmSiteName
Site name for the current handler.
Protected fieldmUrlPath
Url path
Top
Methods
  NameDescription
Public methodGetHttpHandler
Gets the MVC Http handler
Top
See Also