(Choose 1 answer)
What is model binding?
A. Model binding is a process of ASP.NET Core framework to extract data from HTTP Requests and provide them to the arguments of Action Method.
B. Model binding is a process of ASP.NET Core framework to extract data from HTTP Responses and provide them to the arguments of Action Method.
C. Model binding is a process of ASP.NET Core framework to extract data from both HTTP Responses and provide them to the arguments of Action Method.
D. None of the others.
El 48