(Choose 1 answer)
Which of the following statements is true about Format-specific Action Results in ASP.NET Core Web API?
A. They are responsible for serialization and deserialization of data in Web API applications.
B. They allow you to return different response formats based on the client's preferred media types.
C. They provide authentication and authorization functionalities in Web API applications.
D. They are used for handling routing and URL mapping in Web API applications.