(Choose 1 answer)
Consider with model binding in ASP.NET Core, choose one is not the role of the model binding system.
A. Converts string data to .NET types.
B. Provides the data to view using method parameters and public properties.
C. Updates properties of complex types.
D. Retrieves data from various sources such as route data, form fields, and query strings.
E37