Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class Microsoft.​AspNetCore.​Http.​ProducesResponseTypeMetadata
Assembly: Microsoft.AspNetCore.Http.Abstractions
Inheritance: object → ProducesResponseTypeMetadata
Implemented Interfaces
Specifies the type of the value and status code returned by the action.
Properties
public
System.​Type
Type
Gets or sets the type of the value returned by an action.
public
int
StatusCode
Gets or sets the HTTP status code of the response.
public
string
Description
Gets or sets the description of the response.
public
System.​Collections.​Generic.​IEnumerable<​string>
ContentTypes
Gets or sets the content types associated with the response.
Methods
public
string
ToString​()
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object