NameValueCollectionValueProvider Class
Represents the base class for value providers whose values come from a name/value collection.
Assembly: System.Web (in System.Web.dll)
System.Web.ModelBinding::NameValueCollectionValueProvider
System.Web.ModelBinding::FormValueProvider
System.Web.ModelBinding::QueryStringValueProvider
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | 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.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | 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() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 4.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

