FormDataCollectionExtensions Class

Represents the extensions for the collection of form data.

Inheritance Hierarchy

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

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

Syntax

'Declaration
<ExtensionAttribute> _
Public NotInheritable Class FormDataCollectionExtensions
'Usage
public static class FormDataCollectionExtensions
[ExtensionAttribute]
public ref class FormDataCollectionExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type FormDataCollectionExtensions =  class end
public final class FormDataCollectionExtensions

Methods

  Name Description
Public methodStatic member ReadAs(FormDataCollection, Type) Reads the collection extensions with specified type.
Public methodStatic member ReadAs(FormDataCollection, Type, String, IRequiredMemberSelector, IFormatterLogger) Reads the collection extensions with specified type and model name.
Public methodStatic member ReadAs<T>(FormDataCollection) Reads the collection extensions with specified type.
Public methodStatic member ReadAs<T>(FormDataCollection, String, IRequiredMemberSelector, IFormatterLogger) Reads the collection extensions with specified type.

Top

Remarks

No content here will be updated; please do not add material here.

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

Reference

System.Web.Http.ModelBinding Namespace