ResourceModelBinder Class

 

Represents the ModelBinder implementation that augments the inner model binder with support for binding to other formats - XML and JSON by default.

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

System.Object
  Microsoft.Web.Mvc.Resources.ResourceModelBinder

type ResourceModelBinder = 
    class
        interface IModelBinder
    end

NameDescription
System_CAPS_pubmethodResourceModelBinder()

Wraps the ModelBinders.Binders.DefaultBinder.

System_CAPS_pubmethodResourceModelBinder(IModelBinder)

Initializes a new instance of the ResourceModelBinder class.

NameDescription
System_CAPS_pubmethodBindModel(ControllerContext, ModelBindingContext)

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

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodTryBindModel(ControllerContext, ModelBindingContext, ContentType, Object)

Returns true if the specified controller context, binding context, request format and model object can be bind to a model.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: