Compartir a través de


ProducesDefaultResponseTypeAttribute Constructores

Definición

Sobrecargas

ProducesDefaultResponseTypeAttribute()

Inicializa una instancia de ProducesResponseTypeAttribute.

ProducesDefaultResponseTypeAttribute(Type)

Inicializa una instancia de ProducesResponseTypeAttribute.

ProducesDefaultResponseTypeAttribute()

Source:
ProducesDefaultResponseTypeAttribute.cs
Source:
ProducesDefaultResponseTypeAttribute.cs

Inicializa una instancia de ProducesResponseTypeAttribute.

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

Se aplica a

ProducesDefaultResponseTypeAttribute(Type)

Source:
ProducesDefaultResponseTypeAttribute.cs
Source:
ProducesDefaultResponseTypeAttribute.cs

Inicializa una instancia de 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)

Parámetros

type
Type

del Type objeto que se va a escribir en la respuesta.

Se aplica a