ConsumesAttribute 建構函式

定義

多載

ConsumesAttribute(String, String[])

建立 ConsumesAttribute 的新執行個體。

ConsumesAttribute(Type, String, String[])

建立 ConsumesAttribute 的新執行個體。

ConsumesAttribute(String, String[])

來源:
ConsumesAttribute.cs
來源:
ConsumesAttribute.cs

建立 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[]

適用於