Udostępnij za pośrednictwem


ProducesAttribute Konstruktory

Definicja

Przeciążenia

ProducesAttribute(Type)

Inicjuje wystąpienie klasy ProducesAttribute.

ProducesAttribute(String, String[])

Inicjuje wystąpienie z ProducesAttribute dozwolonymi typami zawartości.

ProducesAttribute(Type)

Źródło:
ProducesAttribute.cs
Źródło:
ProducesAttribute.cs
Źródło:
ProducesAttribute.cs

Inicjuje wystąpienie klasy ProducesAttribute.

public:
 ProducesAttribute(Type ^ type);
public ProducesAttribute (Type type);
new Microsoft.AspNetCore.Mvc.ProducesAttribute : Type -> Microsoft.AspNetCore.Mvc.ProducesAttribute
Public Sub New (type As Type)

Parametry

type
Type

Obiekt Type , który zostanie zapisany w odpowiedzi.

Dotyczy

ProducesAttribute(String, String[])

Źródło:
ProducesAttribute.cs
Źródło:
ProducesAttribute.cs
Źródło:
ProducesAttribute.cs

Inicjuje wystąpienie z ProducesAttribute dozwolonymi typami zawartości.

public:
 ProducesAttribute(System::String ^ contentType, ... cli::array <System::String ^> ^ additionalContentTypes);
public ProducesAttribute (string contentType, params string[] additionalContentTypes);
new Microsoft.AspNetCore.Mvc.ProducesAttribute : string * string[] -> Microsoft.AspNetCore.Mvc.ProducesAttribute
Public Sub New (contentType As String, ParamArray additionalContentTypes As String())

Parametry

contentType
String

Dozwolony typ zawartości dla odpowiedzi.

additionalContentTypes
String[]

Dodatkowe dozwolone typy zawartości dla odpowiedzi.

Dotyczy