FormDataCollectionExtensions Class

 

Represents the extensions for the collection of form data.

Namespace:   System.Web.Http.ModelBinding
Assembly:  System.Web.Http (in System.Web.Http.dll)

Inheritance Hierarchy

System.Object
  System.Web.Http.ModelBinding.FormDataCollectionExtensions

Syntax

public static class FormDataCollectionExtensions
[ExtensionAttribute]
public ref class FormDataCollectionExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type FormDataCollectionExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class FormDataCollectionExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static ReadAs(FormDataCollection, Type)

Reads the collection extensions with specified type.

System_CAPS_pubmethodSystem_CAPS_static ReadAs(FormDataCollection, Type, HttpActionContext)

System_CAPS_pubmethodSystem_CAPS_static ReadAs(FormDataCollection, Type, String, HttpActionContext)

System_CAPS_pubmethodSystem_CAPS_static ReadAs(FormDataCollection, Type, String, IRequiredMemberSelector, IFormatterLogger)

Reads the collection extensions with specified type and model name.

System_CAPS_pubmethodSystem_CAPS_static ReadAs(FormDataCollection, Type, String, IRequiredMemberSelector, IFormatterLogger, HttpConfiguration)

Deserialize the form data to the given type, using model binding.

System_CAPS_pubmethodSystem_CAPS_static ReadAs<T>(FormDataCollection)

Reads the collection extensions with specified type.

System_CAPS_pubmethodSystem_CAPS_static ReadAs<T>(FormDataCollection, HttpActionContext)

System_CAPS_pubmethodSystem_CAPS_static ReadAs<T>(FormDataCollection, String, HttpActionContext)

System_CAPS_pubmethodSystem_CAPS_static ReadAs<T>(FormDataCollection, String, IRequiredMemberSelector, IFormatterLogger)

Reads the collection extensions with specified type.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

System.Web.Http.ModelBinding Namespace

Return to top