Compartilhar via


ModelBinderAttribute(Type) Construtor

Definição

Inicializa uma nova instância da classe 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

O tipo do associador.

Exceções

O parâmetro binderType é nulo.

Aplica-se a