ProducesDefaultResponseTypeAttribute Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
| ProducesDefaultResponseTypeAttribute() |
Inicializuje instanci .ProducesResponseTypeAttribute |
| ProducesDefaultResponseTypeAttribute(Type) |
Inicializuje instanci .ProducesResponseTypeAttribute |
ProducesDefaultResponseTypeAttribute()
Inicializuje instanci .ProducesResponseTypeAttribute
public:
ProducesDefaultResponseTypeAttribute();
public ProducesDefaultResponseTypeAttribute ();
Public Sub New ()
Platí pro
ProducesDefaultResponseTypeAttribute(Type)
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)