Method OnSetup
OnSetup(Router)
Method that is called when an Router is defining routes from the current RouterModule.
protected virtual void OnSetup(Router parentRouter)
Parameters
parentRouter
RouterThe Router which is defining routes from the current RouterModule.
Remarks
The base method OnSetup(Router) is mandatory to be called on all derived methods.