DataAnnotationsModelValidator<TAttribute> Constructor

Definition

Initializes a new instance of the DataAnnotationsModelValidator class.

public DataAnnotationsModelValidator (System.Web.Mvc.ModelMetadata metadata, System.Web.Mvc.ControllerContext context, TAttribute attribute);
new System.Web.Mvc.DataAnnotationsModelValidator<'Attribute (requires 'Attribute :> System.ComponentModel.DataAnnotations.ValidationAttribute)> : System.Web.Mvc.ModelMetadata * System.Web.Mvc.ControllerContext * 'Attribute -> System.Web.Mvc.DataAnnotationsModelValidator<'Attribute (requires 'Attribute :> System.ComponentModel.DataAnnotations.ValidationAttribute)>
Public Sub New (metadata As ModelMetadata, context As ControllerContext, attribute As TAttribute)

Parameters

metadata
ModelMetadata

The metadata for the model.

context
ControllerContext

The controller context for the model.

attribute
TAttribute

The validation attribute for the model.

Applies to