Aracılığıyla paylaş


ProducesAttribute Oluşturucular

Tanım

Aşırı Yüklemeler

ProducesAttribute(Type)

bir örneğini ProducesAttributebaşlatır.

ProducesAttribute(String, String[])

İzin verilen içerik türleriyle bir örneğini ProducesAttribute başlatır.

ProducesAttribute(Type)

Kaynak:
ProducesAttribute.cs
Kaynak:
ProducesAttribute.cs
Kaynak:
ProducesAttribute.cs

bir örneğini ProducesAttributebaşlatır.

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

Parametreler

type
Type

Type Yanıtta yazılacak nesnenin.

Şunlara uygulanır

ProducesAttribute(String, String[])

Kaynak:
ProducesAttribute.cs
Kaynak:
ProducesAttribute.cs
Kaynak:
ProducesAttribute.cs

İzin verilen içerik türleriyle bir örneğini ProducesAttribute başlatır.

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())

Parametreler

contentType
String

Yanıt için izin verilen içerik türü.

additionalContentTypes
String[]

Yanıt için ek izin verilen içerik türleri.

Şunlara uygulanır