(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. Updates properties of complex types.
C. Provides the data to view using method parameters and public properties.
D. Retrieves data from various sources such as route data, form fields, and query strings.