ProducesResponseTypeAttribute Constructors
Definition
Overloads
ProducesResponseTypeAttribute(Int32) |
Initializes an instance of ProducesResponseTypeAttribute. |
ProducesResponseTypeAttribute(Type, Int32) |
Initializes an instance of ProducesResponseTypeAttribute. |
ProducesResponseTypeAttribute(Int32)
Initializes an instance of ProducesResponseTypeAttribute.
public:
ProducesResponseTypeAttribute(int statusCode);
public ProducesResponseTypeAttribute (int statusCode);
new Microsoft.AspNetCore.Mvc.ProducesResponseTypeAttribute : int -> Microsoft.AspNetCore.Mvc.ProducesResponseTypeAttribute
Public Sub New (statusCode As Integer)
Parameters
- statusCode
- Int32
The HTTP response status code.
Applies to
ProducesResponseTypeAttribute(Type, Int32)
Initializes an instance of ProducesResponseTypeAttribute.
public:
ProducesResponseTypeAttribute(Type ^ type, int statusCode);
public ProducesResponseTypeAttribute (Type type, int statusCode);
new Microsoft.AspNetCore.Mvc.ProducesResponseTypeAttribute : Type * int -> Microsoft.AspNetCore.Mvc.ProducesResponseTypeAttribute
Public Sub New (type As Type, statusCode As Integer)
Parameters
- statusCode
- Int32
The HTTP response status code.