Share via


ResourceModelBinder Constructor

 

Initializes a new instance of the ResourceModelBinder class.

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

Overload List

Name Description
System_CAPS_pubmethod ResourceModelBinder()

Wraps the ModelBinders.Binders.DefaultBinder.

System_CAPS_pubmethod ResourceModelBinder(IModelBinder)

Initializes a new instance of the ResourceModelBinder class.

See Also

ResourceModelBinder Class
Microsoft.Web.Mvc.Resources Namespace

Return to top

ResourceModelBinder Constructor ()

Wraps the ModelBinders.Binders.DefaultBinder.

Syntax

public ResourceModelBinder()
public:
ResourceModelBinder()
new : unit -> ResourceModelBinder
Public Sub New

Return to top

ResourceModelBinder Constructor (IModelBinder)

Initializes a new instance of the ResourceModelBinder class.

Syntax

public ResourceModelBinder(
    IModelBinder inner
)
public:
ResourceModelBinder(
    IModelBinder^ inner
)
new : 
        inner:IModelBinder -> ResourceModelBinder
Public Sub New (
    inner As IModelBinder
)

Parameters

Return to top