Enum RequestHandlerExecutionMode
Defines when the IRequestHandler should be executed.
[Flags]
public enum RequestHandlerExecutionMode
Fields
AfterResponse = 4Indicates that the request handler should be executed after the route action.
BeforeResponse = 2Indicates that the request handler should be executed before the route action.
Both = BeforeResponse | AfterResponseIndicates that the request handler should be executed before and after the route action.
English
Русский
Português
Español
Deutsch
中文 (简体)
日本語