Table of Contents

Method OnSetupRouterAsync

Namespace
Sisk.Core.Http.Handlers
Assembly
Sisk.Core.dll

OnSetupRouterAsync(Router)

Method that is called when an Router is binded to the HTTP server.

protected virtual Task OnSetupRouterAsync(Router router)

Parameters

router Router

The router entity which is binded.

Returns

Task