Share via


ProducesDefaultResponseTypeAttribute Konstruktory

Definice

Přetížení

ProducesDefaultResponseTypeAttribute()

Inicializuje instanci .ProducesResponseTypeAttribute

ProducesDefaultResponseTypeAttribute(Type)

Inicializuje instanci .ProducesResponseTypeAttribute

ProducesDefaultResponseTypeAttribute()

Zdroj:
ProducesDefaultResponseTypeAttribute.cs

Inicializuje instanci .ProducesResponseTypeAttribute

public:
 ProducesDefaultResponseTypeAttribute();
public ProducesDefaultResponseTypeAttribute ();
Public Sub New ()

Platí pro

ProducesDefaultResponseTypeAttribute(Type)

Zdroj:
ProducesDefaultResponseTypeAttribute.cs

Inicializuje instanci .ProducesResponseTypeAttribute

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

Parametry

type
Type

Objekt Type , který bude zapsán v odpovědi.

Platí pro