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
public void Execute( RouteCollection routeCollection )
Exception | Condition |
---|---|
ArgumentNullException | Thrown when routeCollection is null. |