Junior ASP.NET Core

What is content negotiation, how ASP.NET Core chooses media?

types

  • Automatically selects response format (JSON, XML) based on Accept header.
  • Configured via formatters in MVC options.
  • Falls back to default formatter if no match.

More from ASP.NET Core Tutorial

All questions for this course