DataAnnotationsModelValidatorProvider Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Implements the default validation provider for ASP.NET MVC.
public class DataAnnotationsModelValidatorProvider : System.Web.Mvc.AssociatedValidatorProvider
type DataAnnotationsModelValidatorProvider = class
inherit AssociatedValidatorProvider
Public Class DataAnnotationsModelValidatorProvider
Inherits AssociatedValidatorProvider
- Inheritance
Constructors
DataAnnotationsModelValidatorProvider() |
Initializes a new instance of the DataAnnotationsModelValidatorProvider class. |
Properties
AddImplicitRequiredAttributeForValueTypes |
Gets or sets a value that indicates whether non-nullable value types are required. |