Share via


IProducesResponseTypeMetadata Interface

Definition

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.

Description

Gets the description of the response.

StatusCode

Gets the HTTP status code of the response.

Type

Gets the optimistic return type of the action.

Applies to