Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the associated model binder.
Namespace: System.Web.Http.ModelBinding
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public MustOverride Function GetBinder As IModelBinder
'Usage
Dim instance As CustomModelBinderAttribute
Dim returnValue As IModelBinder
returnValue = instance.GetBinder()
public abstract IModelBinder GetBinder()
public:
virtual IModelBinder^ GetBinder() abstract
abstract GetBinder : unit -> IModelBinder
public abstract function GetBinder() : IModelBinder
Return Value
Type: System.Web.Http.ModelBinding.IModelBinder
A reference to an object that implements the IModelBinder interface.