NameValueCollectionValueProvider Classe

Definição

Representa a classe base para provedores de valor cujos valores vêm de uma coleção de nome/valor.Represents the base class for value providers whose values come from a name/value collection.

public ref class NameValueCollectionValueProvider : System::Web::ModelBinding::IUnvalidatedValueProvider
public class NameValueCollectionValueProvider : System.Web.ModelBinding.IUnvalidatedValueProvider
type NameValueCollectionValueProvider = class
    interface IUnvalidatedValueProvider
    interface IValueProvider
type NameValueCollectionValueProvider = class
    interface IValueProvider
    interface IUnvalidatedValueProvider
Public Class NameValueCollectionValueProvider
Implements IUnvalidatedValueProvider
Herança
NameValueCollectionValueProvider
Derivado
Implementações

Construtores

NameValueCollectionValueProvider(NameValueCollection, CultureInfo)

Inicializa uma nova instância da classe NameValueCollectionValueProvider usando uma coleção e informações de cultura.Initializes a new instance of the NameValueCollectionValueProvider class by using a collection and culture information.

NameValueCollectionValueProvider(NameValueCollection, NameValueCollection, CultureInfo)

Inicializa uma nova instância da classe NameValueCollectionValueProvider usando uma coleção, uma versão invalidada da coleção e informações de cultura.Initializes a new instance of the NameValueCollectionValueProvider class by using a collection, an unvalidated version of the collection, and culture information.

Métodos

ContainsPrefix(String)

Retorna um valor que indica se o provedor de valor contém o prefixo especificado.Returns a value that indicates whether the value provider contains the specified prefix.

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)
GetValue(String)

Retorna o valor para a chave especificada.Returns the value for the specified key.

GetValue(String, Boolean)

Retorna o valor para a chave especificada e, opcionalmente, permite que o chamador especifique se a validação de solicitação deve ser ignorada.Returns the value for the specified key and optionally enables the caller to specify whether request validation should be skipped.

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)

Aplica-se a