Delegate RouterActionHandlerCallback<T>
Represents the function that receives an object of the T and returns an HttpResponse response from the informed object.
public delegate HttpResponse RouterActionHandlerCallback<T>(T input) where T : notnull
Parameters
inputTThe result router object.
Returns
- HttpResponse
- Represents the function that receives an object of the T and returns an response from the informed object.
Type Parameters
TThe input object type. Cannot be nullable.
English
Русский
Português
Español
Deutsch
中文 (简体)
日本語