C# Класс Shaml.Web.ModelBinder.EntityCollectionValueBinder

Наследование: System.Web.Mvc.DefaultModelBinder
Показать файл Открыть проект

Открытые методы

Метод Описание
BindModel ( System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ModelBindingContext bindingContext ) : object

Binds the model to a value by using the specified controller context and binding context.

Описание методов

BindModel() публичный Метод

Binds the model to a value by using the specified controller context and binding context.
public BindModel ( System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ModelBindingContext bindingContext ) : object
controllerContext System.Web.Mvc.ControllerContext The controller context.
bindingContext System.Web.Mvc.ModelBindingContext The binding context.
Результат object