NameValueCollectionValueProvider Class
Represents the base class for value providers whose values come from a NameValueCollection object.
System.Object
System.Web.Mvc.NameValueCollectionValueProvider
System.Web.Mvc.FormValueProvider
System.Web.Mvc.QueryStringValueProvider
System.Web.Mvc.NameValueCollectionValueProvider
System.Web.Mvc.FormValueProvider
System.Web.Mvc.QueryStringValueProvider
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
The NameValueCollectionValueProvider type exposes the following members.
| 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. |
| Name | Description | |
|---|---|---|
![]() | ContainsPrefix | Determines whether the collection contains the specified prefix. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | 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.) |
Show:
