Sdílet prostřednictvím


IModelBinderProvider.GetBinder(Type) Metoda

Definice

Vrátí pořadač modelu pro zadaný typ.

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

Parametry

modelType
Type

Typ modelu.

Návraty

Pořadač modelu pro zadaný typ.

Platí pro