Table of Contents

Enum RequestHandlerExecutionMode

Namespace
Sisk.Core.Routing
Assembly
Sisk.Core.dll

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.