Represents a possible format for the body of a response.
System.Object
Microsoft.AspNet.Mvc.ApiExplorer.ApiResponseFormat
public class ApiResponseFormat
View on GitHub
Microsoft.AspNet.Mvc.ApiExplorer.
ApiResponseFormat
Formatter
The formatter used to output this response.
public IOutputFormatter Formatter { get; set; }
MediaType
The media type of the response.
public MediaTypeHeaderValue MediaType { get; set; }