C# Class Rebel.Cms.Web.Mvc.ModelBinders.FrontEnd.RenderModelBinder

Inheritance: IModelBinder
Afficher le fichier Open project: RebelCMS/rebelcmsxu5

Méthodes publiques

Méthode Description
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.

RenderModelBinder ( IRenderModelFactory modelFactory ) : System.Web.Mvc

Method Details

BindModel() public méthode

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

RenderModelBinder() public méthode

public RenderModelBinder ( IRenderModelFactory modelFactory ) : System.Web.Mvc
modelFactory IRenderModelFactory
Résultat System.Web.Mvc