Share via


IExtensibleModelBinder Interface

 

Provides the methods that are required for a model binder.

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

Syntax

public interface IExtensibleModelBinder
public interface class IExtensibleModelBinder
type IExtensibleModelBinder = interface end
Public Interface IExtensibleModelBinder

Methods

Name Description
System_CAPS_pubmethod BindModel(ControllerContext, ExtensibleModelBindingContext)

Binds the model to a value by using the specified controller context and binding context.

See Also

Microsoft.Web.Mvc.ModelBinding Namespace

Return to top