C# Class Piranha.Models.Manager.ContentModels.EditModel.Binder

Inheritance: System.Web.Mvc.DefaultModelBinder
Mostra file Open project: PiranhaCMS/Piranha

Public Methods

Method Description
BindModel ( ControllerContext controllerContext, System.Web.Mvc.ModelBindingContext bindingContext ) : object

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

Method Details

BindModel() public method

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
return object