NameValueCollectionValueProvider Class
Represents the base class for value providers whose values come from a NameValueCollection object.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
System.Web.Mvc.NameValueCollectionValueProvider
System.Web.Mvc.FormValueProvider
System.Web.Mvc.JQueryFormValueProvider
System.Web.Mvc.QueryStringValueProvider
| Name | Description | |
|---|---|---|
![]() | NameValueCollectionValueProvider(NameValueCollection, CultureInfo) | Initializes a new instance of the NameValueCollectionValueProvider class. |
![]() | NameValueCollectionValueProvider(NameValueCollection, NameValueCollection, CultureInfo) | Initializes a new instance of the NameValueCollectionValueProvider class using the specified unvalidated collection. |
![]() | NameValueCollectionValueProvider(NameValueCollection, NameValueCollection, CultureInfo, Boolean) | Initializes Name Value collection provider. |
| Name | Description | |
|---|---|---|
![]() | ContainsPrefix(String) | Determines whether the collection contains the specified prefix. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetKeysFromPrefix(String) | Gets the keys using the specified prefix. |
![]() | GetType() | (Inherited from Object.) |
![]() | GetValue(String) | Returns a value object using the specified key. |
![]() | GetValue(String, Boolean) | Returns a value object using the specified key and validation directive. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

