C# Class MvcTemplate.Components.Mvc.TrimmingModelBinder

Inheritance: IModelBinder
Afficher le fichier Open project: NonFactors/MVC5.Template Class Usage Examples

Méthodes publiques

Méthode Description
BindModel ( System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ModelBindingContext bindingContext ) : Object

Method Details

BindModel() public méthode

public BindModel ( System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ModelBindingContext bindingContext ) : Object
controllerContext System.Web.Mvc.ControllerContext
bindingContext System.Web.Mvc.ModelBindingContext
Résultat Object