Table of Contents

Method OnSetup

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

OnSetup(Router)

Method that is called when an Router is defining routes from the current RouterModule.

protected virtual void OnSetup(Router parentRouter)

Parameters

parentRouter Router

The Router which is defining routes from the current RouterModule.

Remarks

The base method OnSetup(Router) is mandatory to be called on all derived methods.