CustomModelBinderAttribute.GetBinder Method
In this article
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the associated model binder.
public abstract System.Web.Mvc.IModelBinder GetBinder();
abstract member GetBinder : unit -> System.Web.Mvc.IModelBinder
Public MustOverride Function GetBinder () As IModelBinder
A reference to an object that implements the IModelBinder interface.