ConsumesConstraintForFormFileParameterConvention 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
, IActionModelConvention 將 加入 ConsumesAttributemultipart/form-data
至包含表單檔的控制器, FormFile () 參數。
public ref class ConsumesConstraintForFormFileParameterConvention : Microsoft::AspNetCore::Mvc::ApplicationModels::IActionModelConvention
public class ConsumesConstraintForFormFileParameterConvention : Microsoft.AspNetCore.Mvc.ApplicationModels.IActionModelConvention
type ConsumesConstraintForFormFileParameterConvention = class
interface IActionModelConvention
Public Class ConsumesConstraintForFormFileParameterConvention
Implements IActionModelConvention
- 繼承
-
ConsumesConstraintForFormFileParameterConvention
- 實作
建構函式
ConsumesConstraintForFormFileParameterConvention() |
, IActionModelConvention 將 加入 ConsumesAttribute |
方法
Apply(ActionModel) |
呼叫 以將慣例套用至 ActionModel 。 |
ShouldApply(ActionModel) |
判斷 這個 實例 IActionModelConvention 是否適用于指定的 |