Constructor RequestHandlerAttribute
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.