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

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

The RouteBuilderAddRoutesMethods 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