ModelBinderAttribute Classe

Definição

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
ModelBinderAttribute
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.

Aplica-se a