Click or drag to resize
RouteRegistrationExecute Method

Executes registration of routes collected via the Add(ActionRouteCollection) method into routeCollection.

Once the registration executes, no more routes can be added.

Namespace: Kentico.Web.Mvc.Internal
Assembly: Kentico.Web.Mvc (in Kentico.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public void Execute(
	RouteCollection routeCollection
)

Parameters

routeCollection
Type: System.Web.RoutingRouteCollection
Route collection to register routes into.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when routeCollection is null.
See Also