Click or drag to resize
CMSDocumentRouteHelper Class
Handler for the MVC routes for URL rewriter.
Inheritance Hierarchy
SystemObject
  CMS.URLRewritingEngineCMSDocumentRouteHelper

Namespace: CMS.URLRewritingEngine
Assembly: CMS.URLRewritingEngine (in CMS.URLRewritingEngine.dll) Version: 8.2.23
Syntax
C#
public static class CMSDocumentRouteHelper

The CMSDocumentRouteHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDropAliasRoutes
Drops the routes for the given document from the routing table
Public methodStatic memberDropAllRoutes
Drops all the registered routes.
Public methodStatic memberDropRoutes(String)
Drops the routes for the given web site.
Public methodStatic memberDropRoutes(Int32, String)
Drops the routes for the given document from the routing table
Public methodStatic memberEnsureRoutes
Ensures that the routes are registered for the given site.
Public methodStatic memberRefreshAliasRoutes
Refreshes the routes for particular document aliases
Public methodStatic memberRefreshRoutes
Refreshes the routes for particular document
Top
Fields
  NameDescription
Public fieldStatic memberALIAS_PAGE_INFO_RESULT
Alias page info result type.
Top
Properties
  NameDescription
Public propertyStatic memberRoutes
Table of the registered routes [siteName] -> [List of RouteBase]
Public propertyStatic memberRoutesByDocuments
Table of the registers routes by the document [nodeId] -> [List of RouteBase]
Public propertyStatic memberUseDefaultValuesInPattern
If true, the default values of pattern elements are used in the pattern
Top
See Also