Kizspy | Question: 47
(Choose 1 answer)
Choose the correct information for validation the properties on the model
A. In ASP.NET Core Web API, developer can use attributes from the System.ComponentModel.DataAnnotations namespace to set validation rules for properties on the model
B. In ASP.NET Core Web API, developer can use attributes from the System.DataManagementModel.DataAnnotations namespace to set validation rules for properties on the model.
C. Both the answers are corect
D. Both the answers are incorrect