StringLengthAttributeAdapter Constructor

Definition

Initializes a new instance of the StringLengthAttributeAdapter class.

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

Parameters

metadata
ModelMetadata

The model metadata.

context
ControllerContext

The controller context.

attribute
StringLengthAttribute

The string-length attribute.

Applies to