Table of Contents

Class RequestHandlerAttribute<T>

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

Specifies that the method, when used on this attribute, will instantiate the type and call the IRequestHandler with given parameters.

public class RequestHandlerAttribute<T> : RequestHandlerAttribute where T : IRequestHandler

Type Parameters

T
Inheritance
RequestHandlerAttribute<T>
Inherited Members

Constructors

RequestHandlerAttribute()

Creates an new instance of this RequestHandlerAttribute<T> class.

RequestHandlerAttribute(params object?[])

Creates an new instance of this RequestHandlerAttribute<T> class with the specified constructor arguments for T.