Freigeben über


ProducesDefaultResponseTypeAttribute Konstruktoren

Definition

Überlädt

ProducesDefaultResponseTypeAttribute()

Initialisiert eine Instanz von ProducesResponseTypeAttribute.

ProducesDefaultResponseTypeAttribute(Type)

Initialisiert eine Instanz von ProducesResponseTypeAttribute.

ProducesDefaultResponseTypeAttribute()

Quelle:
ProducesDefaultResponseTypeAttribute.cs
Quelle:
ProducesDefaultResponseTypeAttribute.cs

Initialisiert eine Instanz von ProducesResponseTypeAttribute.

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

Gilt für:

ProducesDefaultResponseTypeAttribute(Type)

Quelle:
ProducesDefaultResponseTypeAttribute.cs
Quelle:
ProducesDefaultResponseTypeAttribute.cs

Initialisiert eine Instanz von 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)

Parameter

type
Type

Der Type des -Objekts, das in der Antwort geschrieben werden soll.

Gilt für: