aspnetcore/samples/MvcSample.Web
dougbu 246bb2e3dd Add `DropDownList()` and `DropDownListFor()` HTML helpers
- copy over legacy MVC's `SelectExtensions`, `SelectListItem` and `SelectListGroup`
 - plus expected `SelectList` and `MultiSelectList`
- fixup select HTML helpers to meet WebFx standards and work in new world
 - usual stuff: `[NotNull]`, `var`, `String` -> `string`, long lines, ...
 - remove `IDictionary<string, object> htmlAttributes` overloads
 - move longest extension method overloads into correct classes / interfaces
 - add `ViewDataEvaluator.Eval()` overload for an `object` container
 - rename lower-level helpers to make purposes more obvious
 - nit: move Raw() methods up from bottom of HtmlHelper.cs
- use `DropDownList[For]()` in MVC sample
2014-04-14 16:05:07 -07:00
..
Areas/Travel Add `DropDownList()` and `DropDownListFor()` HTML helpers 2014-04-14 16:05:07 -07:00
Components Fix #231; add `ViewBag` to `ViewComponent` 2014-04-12 14:10:16 -07:00
Content
Filters
Models
Views Add `DropDownList()` and `DropDownListFor()` HTML helpers 2014-04-14 16:05:07 -07:00
FiltersController.cs
Home2Controller.cs
HomeController.cs Add `DropDownList()` and `DropDownListFor()` HTML helpers 2014-04-14 16:05:07 -07:00
LinkController.cs
MvcSample.Web.kproj Cleanup Display, Partial, and Validation extensions 2014-04-10 17:12:16 -07:00
OverloadController.cs
SimplePocoController.cs
SimpleRest.cs
Startup.cs
ViewMetadata.cs
project.json
web.Debug.config
web.Release.config
web.config