Click or drag to resize
RouteCollectionExtensions Class
Provides methods to add routes to Kentico HTTP handlers.
Inheritance Hierarchy
SystemObject
  CMS.AspNet.Platform.Routing.InternalRouteCollectionExtensions

Namespace: CMS.AspNet.Platform.Routing.Internal
Assembly: CMS.AspNet.Platform (in CMS.AspNet.Platform.dll) Version: 13.0.131
Syntax
C#
public static class RouteCollectionExtensions

The RouteCollectionExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddKenticoHttpHandlerRoutes
Adds custom IHttpHandler discovered during CMS Application PreInit to routes collection.
Top
See Also