DefaultResponseContentType constructor

Default response content type for routes.

public DefaultResponseContentType(
    IDictionary<string, ICollection<ContentTypeWithSchema>> ContentType)
parameter description
ContentType The default response content type dictionary.

See Also