Sdílet prostřednictvím


ModelBinderProviderCollection.GetBinder(Type) Metoda

Definice

Vrátí pořadač modelu zadaného typu.

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 pořadače modelu.

Návraty

Pořadač modelu zadaného typu.

Platí pro