Enum Order
enum used to specify whether to execute global pre/post processors before endpoint level processors
Namespace: FastEndpoints
Assembly: FastEndpoints.dll
Syntax
public enum Order
Fields
Name | Description |
---|---|
After | execute global processors after the endpoint level processors |
Before | execute global processors before the endpoint level processors |