NameValuePairsValueProvider Class

 

A value provider for name/value pairs.

Namespace:   System.Web.Http.ValueProviders.Providers
Assembly:  System.Web.Http (in System.Web.Http.dll)


public ref class NameValuePairsValueProvider : IEnumerableValueProvider, 
	IValueProvider

NameDescription
System_CAPS_pubmethodNameValuePairsValueProvider(Func<IEnumerable<KeyValuePair<String^, String^>>^>^, CultureInfo^)

Initializes a new instance of the NameValuePairsValueProvider class, using a function delegate to provide the name/value pairs.

System_CAPS_pubmethodNameValuePairsValueProvider(IDictionary<String^, Object^>^, CultureInfo^)

System_CAPS_pubmethodNameValuePairsValueProvider(IEnumerable<KeyValuePair<String^, String^>>^, CultureInfo^)

Initializes a new instance of the NameValuePairsValueProvider class.

NameDescription
System_CAPS_pubmethodContainsPrefix(String^)

Determines whether the collection contains the specified prefix.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetKeysFromPrefix(String^)

Gets the keys from a prefix.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodGetValue(String^)

Retrieves a value object using the specified key.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: