Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

FormDataCollection Class

 

Represent the collection of form data.

Namespace:   System.Net.Http.Formatting
Assembly:  System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)

System::Object
  System.Net.Http.Formatting::FormDataCollection

[DefaultMemberAttribute("Item")]
public ref class FormDataCollection : IEnumerable<KeyValuePair<String^, String^>>, 
	IEnumerable

NameDescription
System_CAPS_pubmethodFormDataCollection(IEnumerable<KeyValuePair<String^, String^>>^)

Initializes a new instance of FormDataCollection class.

System_CAPS_pubmethodFormDataCollection(String^)

Initializes a new instance of FormDataCollection class.

System_CAPS_pubmethodFormDataCollection(Uri^)

Initializes a new instance of FormDataCollection class.

NameDescription
System_CAPS_pubpropertyItem[String^]

Gets values associated with a given key. If there are multiple values, they're concatenated.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGet(String^)

Gets the collection of form data.

System_CAPS_pubmethodGetEnumerator()

Gets an enumerable that iterates through the collection.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodGetValues(String^)

Gets the values of the collection of form data.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodReadAsNameValueCollection()

Reads the collection of form data as a collection of name value.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIEnumerable::GetEnumerator()

Gets an enumerable that iterates through the collection.

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: