ConsumesAttribute Constructeurs

Définition

Surcharges

ConsumesAttribute(String, String[])

Crée une instance de ConsumesAttribute.

ConsumesAttribute(Type, String, String[])

Crée une instance de ConsumesAttribute.

ConsumesAttribute(String, String[])

Source:
ConsumesAttribute.cs
Source:
ConsumesAttribute.cs

Crée une instance de 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())

Paramètres

contentType
String
otherContentTypes
String[]

S’applique à

ConsumesAttribute(Type, String, String[])

Crée une instance de 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())

Paramètres

requestType
Type
contentType
String
otherContentTypes
String[]

S’applique à