Table of Contents

Constructor RequestHandlerAttribute

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

RequestHandlerAttribute(Type)

Creates a new instance of this attribute with the informed parameters.

public RequestHandlerAttribute(Type handledBy)

Parameters

handledBy Type

The type that implements IRequestHandler which will be instantiated.