Enum RequestHandlerExecutionMode
Defines when the IRequestHandler object should be executed.
public enum RequestHandlerExecutionMode
Fields
AfterResponse = 1
Indicates that the handler must be executed after the route action execution.
BeforeResponse = 0
Indicates that the handler must be executed before the router calls the route action and after request contents is loaded.