Table of Contents

Method HasRequestHandler

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

HasRequestHandler(IRequestHandler)

Registers an IRequestHandler on all routes defined by this module.

public void HasRequestHandler(IRequestHandler handler)

Parameters

handler IRequestHandler

The IRequestHandler instance which will be applied to all registered routes of this class.