ConsumesAttribute Costruttori

Definizione

Overload

ConsumesAttribute(String, String[])

Crea una nuova istanza di ConsumesAttribute.

ConsumesAttribute(Type, String, String[])

Crea una nuova istanza di ConsumesAttribute.

ConsumesAttribute(String, String[])

Origine:
ConsumesAttribute.cs
Origine:
ConsumesAttribute.cs
Origine:
ConsumesAttribute.cs

Crea una nuova istanza di 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())

Parametri

contentType
String
otherContentTypes
String[]

Si applica a

ConsumesAttribute(Type, String, String[])

Origine:
ConsumesAttribute.cs

Crea una nuova istanza di 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())

Parametri

requestType
Type
contentType
String
otherContentTypes
String[]

Si applica a