aspnetcore/samples/MvcSample.Web
dougbu 67b33868a3 Add `ListBox()` and `ListBoxFor()` helper methods
- copy from legacy MVC
- get `ListBox[For]()` methods in correct places and working
 - also usual stuff: `var`, `[NotNull]`, remove `IDictionary<,>` overloads
 - `ListBoxHelper()` -> `GenerateListBox`
 - already had all the bits needed in `GenerateSelect()`
- special-case `null` or empty `name` in GenerateSelect()
 - ensure `ArgumentException` has correct parameter name
 - lower-level problem affected `CheckBox()` as well
- use `ListBox()` and `ListBoxFor()` in MVC sample
 - use `ListBox()` in an editor template
2014-05-05 14:26:06 -07:00
..
Areas/Travel Update file headers 2014-05-01 17:42:33 -07:00
Components Update file headers 2014-05-01 17:42:33 -07:00
Content
Filters Fixed sample to not override User property. 2014-05-02 15:24:45 -07:00
Models Add `ListBox()` and `ListBoxFor()` helper methods 2014-05-05 14:26:06 -07:00
Views Add `ListBox()` and `ListBoxFor()` helper methods 2014-05-05 14:26:06 -07:00
FiltersController.cs Fixed sample to not override User property. 2014-05-02 15:24:45 -07:00
Home2Controller.cs Update file headers 2014-05-01 17:42:33 -07:00
HomeController.cs Add `ListBox()` and `ListBoxFor()` helper methods 2014-05-05 14:26:06 -07:00
LinkController.cs Update file headers 2014-05-01 17:42:33 -07:00
MvcSample.Web.kproj Add `ListBox()` and `ListBoxFor()` helper methods 2014-05-05 14:26:06 -07:00
OverloadController.cs Update file headers 2014-05-01 17:42:33 -07:00
SimplePocoController.cs Update file headers 2014-05-01 17:42:33 -07:00
SimpleRest.cs Update file headers 2014-05-01 17:42:33 -07:00
Startup.cs IServiceContainer changes should have added this 2014-05-02 19:03:32 -07:00
ViewMetadata.cs Update file headers 2014-05-01 17:42:33 -07:00
project.json Updating DataAnnotations version reference 2014-05-02 20:53:12 -07:00
web.Debug.config
web.Release.config
web.config