This topic has not yet been rated - Rate this topic

FormDataCollectionExtensions Class

Represents the extensions for the collection of form data.

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

Namespace:  System.Web.Http.ModelBinding
Assembly:  System.Web.Http (in System.Web.Http.dll)
[<AbstractClassAttribute>]
[<SealedAttribute>]
type FormDataCollectionExtensions =  class end
  NameDescription
Public methodStatic memberReadAs(FormDataCollection, Type)Reads the collection extensions with specified type.
Public methodStatic memberReadAs(FormDataCollection, Type, String, IRequiredMemberSelector, IFormatterLogger)Reads the collection extensions with specified type and model name.
Public methodStatic memberReadAs(T)(FormDataCollection)Reads the collection extensions with specified type.
Public methodStatic memberReadAs(T)(FormDataCollection, String, IRequiredMemberSelector, IFormatterLogger)Reads the collection extensions with specified type.
Top

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

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.