Condividi tramite


StringLengthAttributeAdapter Costruttore

Definizione

Inizializza una nuova istanza della classe StringLengthAttributeAdapter.

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)

Parametri

metadata
ModelMetadata

Metadati del modello.

context
ControllerContext

Contesto del controller.

attribute
StringLengthAttribute

Attributo string-length.

Si applica a