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/json

  • text/plain

Last updated