C# Класс Piranha.Models.Manager.ContentModels.EditModel.Binder

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

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

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

Extend the default binder so that html strings can be fetched from the post.

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

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

Extend the default binder so that html strings can be fetched from the post.
public BindModel ( ControllerContext controllerContext, System.Web.Mvc.ModelBindingContext bindingContext ) : object
controllerContext ControllerContext Controller context
bindingContext System.Web.Mvc.ModelBindingContext Binding context
Результат object