Enum BindingSource
enum for choosing which binding sources the default request binder should use
Namespace: FastEndpoints
Assembly: FastEndpoints.dll
Syntax
[Flags]
public enum BindingSource
Fields
Name | Description |
---|---|
FormFields | enum for choosing which binding sources the default request binder should use |
Headers | enum for choosing which binding sources the default request binder should use |
JsonBody | enum for choosing which binding sources the default request binder should use |
Permissions | enum for choosing which binding sources the default request binder should use |
QueryParams | enum for choosing which binding sources the default request binder should use |
RouteValues | enum for choosing which binding sources the default request binder should use |
UserClaims | enum for choosing which binding sources the default request binder should use |