Content Negotiation
Content negotiation occurs when the client specifies an Accept header.
By default, ASP.NET Core supports the following media types:
application/json(default)text/jsontext/plain
Last updated
Was this helpful?
Content negotiation occurs when the client specifies an Accept header.
By default, ASP.NET Core supports the following media types:
application/json (default)
text/json
text/plain
Last updated
Was this helpful?