IModelBinderProvider.GetBinder(Type) Метод

Определение

Возвращает связыватель модели указанного типа.

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

Параметры

modelType
Type

Тип модели.

Возвращаемое значение

Связыватель модели указанного типа.

Применяется к