ProducesDefaultResponseTypeAttribute コンストラクター

定義

オーバーロード

ProducesDefaultResponseTypeAttribute()

ProducesResponseTypeAttribute のインスタンスを初期化します。

ProducesDefaultResponseTypeAttribute(Type)

ProducesResponseTypeAttribute のインスタンスを初期化します。

ProducesDefaultResponseTypeAttribute()

ソース:
ProducesDefaultResponseTypeAttribute.cs

ProducesResponseTypeAttribute のインスタンスを初期化します。

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

適用対象

ProducesDefaultResponseTypeAttribute(Type)

ソース:
ProducesDefaultResponseTypeAttribute.cs

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)

パラメーター

type
Type

Type応答で書き込まれるオブジェクトの 。

適用対象