Share via


MinLengthAttributeAdapter Constructor

Definition

Initializes a new instance of the MinLenghtAttribute class.

public MinLengthAttributeAdapter (System.Web.Mvc.ModelMetadata metadata, System.Web.Mvc.ControllerContext context, System.ComponentModel.DataAnnotations.MinLengthAttribute attribute);
new System.Web.Mvc.MinLengthAttributeAdapter : System.Web.Mvc.ModelMetadata * System.Web.Mvc.ControllerContext * System.ComponentModel.DataAnnotations.MinLengthAttribute -> System.Web.Mvc.MinLengthAttributeAdapter
Public Sub New (metadata As ModelMetadata, context As ControllerContext, attribute As MinLengthAttribute)

Parameters

metadata
ModelMetadata

The model metadata.

context
ControllerContext

The controller context.

attribute
MinLengthAttribute

The minimum length attribute.

Applies to