CustomModelBinderAttribute.GetBinder Method

Definition

Retrieves the associated model binder.

public abstract System.Web.Mvc.IModelBinder GetBinder();

Returns

A reference to an object that implements the IModelBinder interface.

Applies to