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.
Gets the model binder.
Namespace: System.Web.Http.ModelBinding
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public ReadOnly Property Binder As IModelBinder
Get
'Usage
Dim instance As ModelBinderParameterBinding
Dim value As IModelBinder
value = instance.Binder
public IModelBinder Binder { get; }
public:
property IModelBinder^ Binder {
IModelBinder^ get ();
}
member Binder : IModelBinder
function get Binder () : IModelBinder
Property Value
Type: System.Web.Http.ModelBinding.IModelBinder
The model binder.