Click or drag to resize
RouteCollectionAddRoutesMethods Class
Provides methods to add routes to Kentico HTTP handlers.
Inheritance Hierarchy
SystemObject
  Kentico.Web.MvcRouteCollectionAddRoutesMethods

Namespace: Kentico.Web.Mvc
Assembly: Kentico.Web.Mvc (in Kentico.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public static class RouteCollectionAddRoutesMethods

The RouteCollectionAddRoutesMethods type exposes the following members.

Methods
  NameDescription
Public methodStatic memberMapRoutes
Adds system routes such as Kentico HTTP handlers or feature specific routes. All required features must be enabled prior to calling this method as feature specific routes cannot be added later.
Top
See Also