(Choose 1 answer)
What is the purpose of the Primitive Model Binder in ASP.NET Core Web API?
A. It is used for handling query string parameters
B. It is used for binding primitive types like strings and integers
C. It is used for binding complex models with nested properties
D. It is used for validating model properties