ModelBinderAttribute Classe
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.
Representa um atributo usado para associar um tipo de modelo a um tipo de construtor de modelo.
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Enum | System.AttributeTargets.Interface | System.AttributeTargets.Parameter | System.AttributeTargets.Struct, AllowMultiple=false, Inherited=false)]
public sealed class ModelBinderAttribute : System.Web.Mvc.CustomModelBinderAttribute
type ModelBinderAttribute = class
inherit CustomModelBinderAttribute
Public NotInheritable Class ModelBinderAttribute
Inherits CustomModelBinderAttribute
- Herança
- Atributos
Construtores
ModelBinderAttribute(Type) |
Inicializa uma nova instância da classe ModelBinderAttribute. |
Propriedades
BinderType |
Obtém ou define o tipo do associador. |
Métodos
GetBinder() |
Recupera uma instância do associador de modelo. |