ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ModelBinderBase Class / BindModel Method
The controller context.
The binding context.

In This Topic
    BindModel Method (ModelBinderBase)
    In This Topic
    Attempts to bind a model.
    Syntax

    Parameters

    controllerContext
    The controller context.
    bindingContext
    The binding context.

    Return Value

    The model.
    See Also