TypeMatchModelBinder Classe
Definição
Mapeia uma solicitação do navegador para um objeto de dados.Maps a browser request to a data object. Essa classe é usada quando o model binding não requer conversão de tipo.This class is used when model binding does not require type conversion.
public ref class TypeMatchModelBinder sealed : System::Web::ModelBinding::IModelBinder
public sealed class TypeMatchModelBinder : System.Web.ModelBinding.IModelBinder
type TypeMatchModelBinder = class
interface IModelBinder
Public NotInheritable Class TypeMatchModelBinder
Implements IModelBinder
- Herança
-
TypeMatchModelBinder
- Implementações
Construtores
| TypeMatchModelBinder() |
Inicializa uma nova instância da classe TypeMatchModelBinder.Initializes a new instance of the TypeMatchModelBinder class. |
Métodos
| BindModel(ModelBindingExecutionContext, ModelBindingContext) |
Associa o modelo usando o contexto de execução e o contexto de associação especificados.Binds the model by using the specified execution context and binding context. |
| Equals(Object) |
Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object. (Herdado de Object) |
| GetHashCode() |
Serve como a função de hash padrão.Serves as the default hash function. (Herdado de Object) |
| GetType() |
Obtém o Type da instância atual.Gets the Type of the current instance. (Herdado de Object) |
| MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
| ToString() |
Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object. (Herdado de Object) |