Catatan
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba masuk atau mengubah direktori.
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba mengubah direktori.
Retrieves the associated model binder.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public MustOverride Function GetBinder As IModelBinder
public abstract IModelBinder GetBinder()
public:
virtual IModelBinder^ GetBinder() abstract
Return Value
Type: System.Web.Mvc.IModelBinder
A reference to an object that implements the IModelBinder interface.