Click or drag to resize
CMSDocumentRouteHelper.Routes 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: SafeDictionary<String, List<RouteBase>>
See Also