Sdílet prostřednictvím


ModelBinderDictionary.GetBinder Metoda

Definice

Přetížení

GetBinder(Type, Boolean)

Načte pořadač modelu pro zadaný typ nebo načte výchozí pořadač modelu.

GetBinder(Type)

Načte pořadač modelu pro zadaný typ.

GetBinder(Type, Boolean)

Načte pořadač modelu pro zadaný typ nebo načte výchozí pořadač modelu.

public virtual System.Web.Mvc.IModelBinder GetBinder (Type modelType, bool fallbackToDefault);
abstract member GetBinder : Type * bool -> System.Web.Mvc.IModelBinder
override this.GetBinder : Type * bool -> System.Web.Mvc.IModelBinder
Public Overridable Function GetBinder (modelType As Type, fallbackToDefault As Boolean) As IModelBinder

Parametry

modelType
Type

Typ modelu, který se má načíst.

fallbackToDefault
Boolean

true pro načtení výchozího pořadače modelu.

Návraty

Pořadač modelu.

Výjimky

Parametr modelType má hodnotu null.

Platí pro

GetBinder(Type)

Načte pořadač modelu pro zadaný typ.

public System.Web.Mvc.IModelBinder GetBinder (Type modelType);
member this.GetBinder : Type -> System.Web.Mvc.IModelBinder
Public Function GetBinder (modelType As Type) As IModelBinder

Parametry

modelType
Type

Typ modelu, který se má načíst.

Návraty

Pořadač modelu.

Výjimky

Parametr modelType má hodnotu null.

Platí pro