ExtensibleModelBinderAttribute.BinderType Property

 

Gets the model binder type.

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

Syntax

public Type BinderType { get; private set; }
public:
property Type^ BinderType {
    Type^ get();
    private: void set(Type^ value);
}
member BinderType : Type with get, private set
Public Property BinderType As Type
    Get
    Private Set
End Property

Property Value

Type: System.Type

The model binder type.

See Also

ExtensibleModelBinderAttribute Class
Microsoft.Web.Mvc.ModelBinding Namespace

Return to top