ConsumesAttribute 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
ConsumesAttribute(String, String[]) |
建立 ConsumesAttribute 的新執行個體。 |
ConsumesAttribute(Type, String, String[]) |
建立 ConsumesAttribute 的新執行個體。 |
ConsumesAttribute(String, String[])
建立 ConsumesAttribute 的新執行個體。
public:
ConsumesAttribute(System::String ^ contentType, ... cli::array <System::String ^> ^ otherContentTypes);
public ConsumesAttribute (string contentType, params string[] otherContentTypes);
new Microsoft.AspNetCore.Mvc.ConsumesAttribute : string * string[] -> Microsoft.AspNetCore.Mvc.ConsumesAttribute
Public Sub New (contentType As String, ParamArray otherContentTypes As String())
參數
- contentType
- String
- otherContentTypes
- String[]
適用於
ConsumesAttribute(Type, String, String[])
建立 ConsumesAttribute 的新執行個體。
public ConsumesAttribute (Type requestType, string contentType, params string[] otherContentTypes);
new Microsoft.AspNetCore.Mvc.ConsumesAttribute : Type * string * string[] -> Microsoft.AspNetCore.Mvc.ConsumesAttribute
Public Sub New (requestType As Type, contentType As String, ParamArray otherContentTypes As String())
參數
- requestType
- Type
- contentType
- String
- otherContentTypes
- String[]