Table of Contents

Method OnSetupRouter

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

OnSetupRouter(Router)

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

protected virtual void OnSetupRouter(Router router)

Parameters

router Router

The router entity which is binded.