ModelBinderAttribute(Type) Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.