Click or drag to resize
HttpHandlerRouteTable Class
Stores the URL routes to Kentico HTTP handlers.
Inheritance Hierarchy
SystemObject
  CMS.Routing.WebHttpHandlerRouteTable

Namespace: CMS.Routing.Web
Assembly: CMS.Routing.Web (in CMS.Routing.Web.dll) Version: 10.0.0
Syntax
C#
public sealed class HttpHandlerRouteTable

The HttpHandlerRouteTable type exposes the following members.

Constructors
  NameDescription
Public methodHttpHandlerRouteTable
Top
Properties
  NameDescription
Public propertyStatic memberDefault
Gets the default instance of the HttpHandlerRouteTable class.
Top
Methods
  NameDescription
Public methodGetRoutes
Returns an enumerable collection of routes to Kentico HTTP handlers.
Top
Thread Safety
Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.
See Also