Method OnRouteCreating
OnRouteCreating(Route)
This method is called before a route is defined in the router and after it is created in this class, so its attributes and parameters can be modified. This method must be overloaded in the extending class and must not be called directly.
protected virtual void OnRouteCreating(Route configuringRoute)
Parameters
configuringRoute
RouteThe route being defined on the router.