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

Namespace: CMS.Base.Routing
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
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
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