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
Components
Content
Filters
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
Home2Controller.cs
HomeController.cs Add `ListBox()` and `ListBoxFor()` helper methods 2014-05-05 14:26:06 -07:00
LinkController.cs
MvcSample.Web.kproj Add `ListBox()` and `ListBoxFor()` helper methods 2014-05-05 14:26:06 -07:00
OverloadController.cs
SimplePocoController.cs
SimpleRest.cs
Startup.cs
ViewMetadata.cs
project.json Updating DataAnnotations version reference 2014-05-02 20:53:12 -07:00
web.Debug.config
web.Release.config
web.config