Kizspy | Question: 11
(Choose 1 answer)
What is "binding source parameter inference" in controllers marked with [ApiController]?
A. The process of guessing the data types of action parameters.
B. A feature where ASP.NET Core automatically applies binding source attributes ([From Route], [FromBody], etc.) based on
conventions, reducing boilerplate code.
C. The ability to infer validation rules from property names.
D. A mechanism for the client to tell the server where to find data.