FormDataCollection Class
Represent the collection of form data.
Namespace: System.Net.Http.Formatting
Assembly: System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)
The FormDataCollection type exposes the following members.
| 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 | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | Get | Gets the collection of form data. |
![]() | GetEnumerator | Gets an enumerable that iterates through the collection. |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | GetValues | 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 | |
|---|---|---|
![]() | ReadAs(Type) | Overloaded. Reads the collection extensions with specified type. (Defined by FormDataCollectionExtensions.) |
![]() | ReadAs(Type, String, IRequiredMemberSelector, IFormatterLogger) | Overloaded. Reads the collection extensions with specified type and model name. (Defined by FormDataCollectionExtensions.) |
![]() | ReadAs<T>() | Overloaded. Reads the collection extensions with specified type. (Defined by FormDataCollectionExtensions.) |
![]() | ReadAs<T>(String, IRequiredMemberSelector, IFormatterLogger) | Overloaded. Reads the collection extensions with specified type. (Defined by FormDataCollectionExtensions.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerable::GetEnumerator | Gets an enumerable that iterates through the collection. |
.gif?cs-save-lang=1&cs-lang=cpp)
.gif?cs-save-lang=1&cs-lang=cpp)
.gif?cs-save-lang=1&cs-lang=cpp)
.gif?cs-save-lang=1&cs-lang=cpp)
.gif?cs-save-lang=1&cs-lang=cpp)