Compartir a través de


ModelBinderAttribute(Type) Constructor

Definición

Inicializa una nueva instancia de la clase ModelBinderAttribute.

public ModelBinderAttribute (Type binderType);
new System.Web.Mvc.ModelBinderAttribute : Type -> System.Web.Mvc.ModelBinderAttribute
Public Sub New (binderType As Type)

Parámetros

binderType
Type

Tipo del enlazador.

Excepciones

El parámetro binderType es null.

Se aplica a