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

Inheritance: System.Web.Mvc.DefaultModelBinder
Afficher le fichier Open project: PiranhaCMS/Piranha

Méthodes publiques

Méthode 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 méthode

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
Résultat object