Class RequestHandlerAttribute<T>
Specifies that the method or class, 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
.