C# Class Rebel.Cms.Web.Mvc.ModelBinders.BackOffice.ModelBinderExtensions

Afficher le fichier Open project: RebelCMS/rebelcmsxu5

Méthodes publiques

Méthode Description
BindSelectList ( this binder, System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ModelBindingContext bindingContext, PropertyDescriptor propertyDescriptor ) : void

Binds a IEnumerable{SelectList}

Method Details

BindSelectList() public static méthode

Binds a IEnumerable{SelectList}
public static BindSelectList ( this binder, System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ModelBindingContext bindingContext, PropertyDescriptor propertyDescriptor ) : void
binder this The binder.
controllerContext System.Web.Mvc.ControllerContext The controller context.
bindingContext System.Web.Mvc.ModelBindingContext The binding context.
propertyDescriptor System.ComponentModel.PropertyDescriptor The property descriptor.
Résultat void