ApiBehaviorOptions.SuppressConsumesConstraintForFormFileParameters 属性

定义

获取或设置一个值,该值确定是否 multipart/form-data 将 消耗操作约束添加到从表单数据绑定的参数中。

public:
 property bool SuppressConsumesConstraintForFormFileParameters { bool get(); void set(bool value); };
public bool SuppressConsumesConstraintForFormFileParameters { get; set; }
member this.SuppressConsumesConstraintForFormFileParameters : bool with get, set
Public Property SuppressConsumesConstraintForFormFileParameters As Boolean

属性值

适用于