Class FormFieldAttribute
disables all other binding sources for a dto property except form fields.
Inherited Members
Namespace: FastEndpoints
Assembly: FastEndpoints.Attributes.dll
Syntax
[AttributeUsage(AttributeTargets.Property)]
public sealed class FormFieldAttribute : DontBindAttribute
Constructors
FormFieldAttribute()
disables all other binding sources for a dto property except form fields.
Declaration
public FormFieldAttribute()