Table of Contents

Method OnRouteCreating

Namespace
Sisk.Core.Routing
Assembly
Sisk.Core.dll

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.

public virtual void OnRouteCreating(Route configuringRoute)

Parameters

configuringRoute Route

The route being defined on the router.