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

プロパティ値

適用対象