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
- record ContentTypeWithSchema
- record DefaultResponseContentType
- namespace Kestrun.Hosting.Options