ProducesDefaultResponseTypeAttribute 构造函数

定义

重载

ProducesDefaultResponseTypeAttribute()

初始化 ProducesResponseTypeAttribute 的实例。

ProducesDefaultResponseTypeAttribute(Type)

初始化 ProducesResponseTypeAttribute 的实例。

ProducesDefaultResponseTypeAttribute()

初始化 ProducesResponseTypeAttribute 的实例。

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

适用于

ProducesDefaultResponseTypeAttribute(Type)

初始化 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要在响应中写入的 对象的 。

适用于