FormDataCollection Class
Represent the collection of form data.
Assembly: System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)
| Name | Description | |
|---|---|---|
![]() | FormDataCollection(IEnumerable<KeyValuePair<String^, String^>>^) | Initializes a new instance of FormDataCollection class. |
![]() | FormDataCollection(String^) | Initializes a new instance of FormDataCollection class. |
![]() | FormDataCollection(Uri^) | Initializes a new instance of FormDataCollection class. |
| Name | Description | |
|---|---|---|
![]() | Item[String^] | Gets values associated with a given key. If there are multiple values, they're concatenated. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | Get(String^) | Gets the collection of form data. |
![]() | GetEnumerator() | Gets an enumerable that iterates through the collection. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | GetValues(String^) | Gets the values of the collection of form data. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ReadAsNameValueCollection() | Reads the collection of form data as a collection of name value. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerable::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.




