Answer (Choose 1 answer)
What is model binding?
A. 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.
B. 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.
C. None of the others.
D. 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.
Exit 33