FormDataCollectionExtensions Class
Represents the extensions for the collection of form data.
Assembly: System.Web.Http (in System.Web.Http.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | ReadAs(FormDataCollection^, Type^) | Reads the collection extensions with specified type. |
![]() ![]() | ReadAs(FormDataCollection^, Type^, HttpActionContext^) | |
![]() ![]() | ReadAs(FormDataCollection^, Type^, String^, HttpActionContext^) | |
![]() ![]() | ReadAs(FormDataCollection^, Type^, String^, IRequiredMemberSelector^, IFormatterLogger^) | Reads the collection extensions with specified type and model name. |
![]() ![]() | ReadAs(FormDataCollection^, Type^, String^, IRequiredMemberSelector^, IFormatterLogger^, HttpConfiguration^) | Deserialize the form data to the given type, using model binding. |
![]() ![]() | ReadAs<T>(FormDataCollection^) | Reads the collection extensions with specified type. |
![]() ![]() | ReadAs<T>(FormDataCollection^, HttpActionContext^) | |
![]() ![]() | ReadAs<T>(FormDataCollection^, String^, HttpActionContext^) | |
![]() ![]() | ReadAs<T>(FormDataCollection^, String^, IRequiredMemberSelector^, IFormatterLogger^) | Reads the collection extensions with specified type. |
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:

