BinaryDataModelBinderProvider Class

 

Represents a model binder for binary data.

Namespace:   Microsoft.Web.Mvc.ModelBinding
Assembly:  Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)

System.Object
  Microsoft.Web.Mvc.ModelBinding.ModelBinderProvider
    Microsoft.Web.Mvc.ModelBinding.BinaryDataModelBinderProvider

[<Sealed>]
type BinaryDataModelBinderProvider = 
    class
        inherit ModelBinderProvider
    end

NameDescription
System_CAPS_pubmethodBinaryDataModelBinderProvider()

Initializes a new instance of the BinaryDataModelBinderProvider class.

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

Return to top
Show: