CustomModelBinderAttribute.GetBinder Method ()

 

Retrieves the associated model binder.

Namespace:   System.Web.Http.ModelBinding
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

public abstract IModelBinder GetBinder()
public:
virtual IModelBinder^ GetBinder() abstract
abstract GetBinder : unit -> IModelBinder
Public MustOverride Function GetBinder As IModelBinder

Return Value

Type: System.Web.Http.ModelBinding.IModelBinder

A reference to an object that implements the IModelBinder interface.

See Also

CustomModelBinderAttribute Class
System.Web.Http.ModelBinding Namespace

Return to top