ExtensibleModelBinderAttribute Constructor (Type)

 

Initializes a new instance of the ExtensibleModelBinderAttribute class.

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

Syntax

public ExtensibleModelBinderAttribute(
    Type binderType
)
public:
ExtensibleModelBinderAttribute(
    Type^ binderType
)
new : 
        binderType:Type -> ExtensibleModelBinderAttribute
Public Sub New (
    binderType As Type
)

Parameters

See Also

ExtensibleModelBinderAttribute Class
Microsoft.Web.Mvc.ModelBinding Namespace

Return to top