IProducesResponseTypeMetadata Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a contract for outline the response type returned from an endpoint.
public interface IProducesResponseTypeMetadata
type IProducesResponseTypeMetadata = interface
Public Interface IProducesResponseTypeMetadata
- Derived
Properties
ContentTypes |
Gets the content types supported by the metadata. |
StatusCode |
Gets the HTTP status code of the response. |
Type |
Gets the optimistic return type of the action. |