Bagikan melalui


MaxLengthAttributeAdapter Konstruktor

Definisi

Menginisialisasi instans baru kelas MaxLengthAttribute.

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

Parameter

metadata
ModelMetadata

Metadata model.

context
ControllerContext

Konteks pengontrol.

attribute
MaxLengthAttribute

Atribut MaxLength.

Berlaku untuk