Method OnSetupRouterAsync
OnSetupRouterAsync(Router)
Method that is called when an Router is binded to the HTTP server.
protected virtual Task OnSetupRouterAsync(Router router)
Parameters
routerRouterThe router entity which is binded.
Method that is called when an Router is binded to the HTTP server.
protected virtual Task OnSetupRouterAsync(Router router)
router RouterThe router entity which is binded.