Table of Contents

Constructor RequestHandlerAttribute

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

RequestHandlerAttribute()

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

public RequestHandlerAttribute()

RequestHandlerAttribute(params object?[])

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

public RequestHandlerAttribute(params object?[] constructorArguments)

Parameters

constructorArguments object[]

An optional array of objects which is passed to the request handler constructor.