Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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.