Constructor RequestHandlerAttribute
RequestHandlerAttribute(Type)
Creates a new instance of this attribute with the informed parameters.
public RequestHandlerAttribute(Type handledBy)
Parameters
handledBy
TypeThe type that implements IRequestHandler which will be instantiated.