Click or drag to resize
CMSDocumentRouteHelperRoutes Property
Table of the registered routes [siteName] -> [List of RouteBase]

Namespace: CMS.URLRewritingEngine
Assembly: CMS.URLRewritingEngine (in CMS.URLRewritingEngine.dll) Version: 8.2.23
Syntax
C#
public static SafeDictionary<string, List<RouteBase>> Routes { get; set; }

Property Value

Type: SafeDictionaryString, ListRouteBase
See Also