Udostępnij za pośrednictwem


IModelBinderProvider.GetBinder(Type) Metoda

Definicja

Zwraca powiązanie modelu dla określonego typu.

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.

Zwraca

Powiązanie modelu dla określonego typu.

Dotyczy