다음을 통해 공유


ProducesDefaultResponseTypeAttribute 생성자

정의

오버로드

ProducesDefaultResponseTypeAttribute()

ProducesResponseTypeAttribute의 인스턴스를 초기화합니다.

ProducesDefaultResponseTypeAttribute(Type)

ProducesResponseTypeAttribute의 인스턴스를 초기화합니다.

ProducesDefaultResponseTypeAttribute()

Source:
ProducesDefaultResponseTypeAttribute.cs
Source:
ProducesDefaultResponseTypeAttribute.cs

ProducesResponseTypeAttribute의 인스턴스를 초기화합니다.

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

적용 대상

ProducesDefaultResponseTypeAttribute(Type)

Source:
ProducesDefaultResponseTypeAttribute.cs
Source:
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 응답에 기록될 개체의 입니다.

적용 대상