NameValuePairsValueProvider Class
A value provider for name/value pairs.
Assembly: System.Web.Http (in System.Web.Http.dll)
System::Object
System.Web.Http.ValueProviders.Providers::NameValuePairsValueProvider
System.Web.Http.ValueProviders.Providers::QueryStringValueProvider
System.Web.Http.ValueProviders.Providers::RouteDataValueProvider
System.Web.Http.ValueProviders.Providers::NameValuePairsValueProvider
System.Web.Http.ValueProviders.Providers::QueryStringValueProvider
System.Web.Http.ValueProviders.Providers::RouteDataValueProvider
| Name | Description | |
|---|---|---|
![]() | NameValuePairsValueProvider(Func<IEnumerable<KeyValuePair<String^, String^>>^>^, CultureInfo^) | Initializes a new instance of the NameValuePairsValueProvider class, using a function delegate to provide the name/value pairs. |
![]() | NameValuePairsValueProvider(IDictionary<String^, Object^>^, CultureInfo^) | |
![]() | NameValuePairsValueProvider(IEnumerable<KeyValuePair<String^, String^>>^, CultureInfo^) | Initializes a new instance of the NameValuePairsValueProvider class. |
| 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 from a prefix. |
![]() | GetType() | (Inherited from Object.) |
![]() | GetValue(String^) | Retrieves a value object using the specified key. |
![]() | 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.
Show:

