NameValueCollectionValueProvider Class

Definition

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
Inheritance
NameValueCollectionValueProvider
Derived
Implements

Constructors

NameValueCollectionValueProvider(NameValueCollection, CultureInfo)

Initializes a new instance of the NameValueCollectionValueProvider class by using a collection and culture information.

NameValueCollectionValueProvider(NameValueCollection, NameValueCollection, CultureInfo)

Initializes a new instance of the NameValueCollectionValueProvider class by using a collection, an unvalidated version of the collection, and culture information.

Methods

ContainsPrefix(String)

Returns a value that indicates whether the value provider contains the specified prefix.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
GetValue(String)

Returns the value for the specified key.

GetValue(String, Boolean)

Returns the value for the specified key and optionally enables the caller to specify whether request validation should be skipped.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to