Class FromBodyAttribute
标记整个Request对象为FromBody
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public class FromBodyAttribute : Attribute, IBindingSourceMetadata
- Inheritance
-
FromBodyAttribute
- Implements
- Inherited Members
- Extension Methods
Constructors
FromBodyAttribute()
public FromBodyAttribute()
Properties
BindingSource
public BindingSource? BindingSource { get; }