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 Adding support for Url.Content, Href and ~/ in Razor views 2014-04-03 14:12:55 -07:00
Filters Feedback: Make common base class for all contexts and all of them expose FilterItem collection 2014-03-20 09:59:24 -07:00
Models Add remaining HTML input helpers 2014-04-09 12:52:47 -07:00
Views Add `DropDownList()` and `DropDownListFor()` HTML helpers 2014-04-14 16:05:07 -07:00
FiltersController.cs Feedback: Make common base class for all contexts and all of them expose FilterItem collection 2014-03-20 09:59:24 -07:00
Home2Controller.cs Re-plumb ModelState. 2014-03-21 16:19:13 -07:00
HomeController.cs Add `DropDownList()` and `DropDownListFor()` HTML helpers 2014-04-14 16:05:07 -07:00
LinkController.cs CR Feedback 2014-04-07 12:49:30 -07:00
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 Adding support for scoped services in WebFX 2014-03-26 12:45:36 -07:00
ViewMetadata.cs
project.json Merging Mvc.Rendering and Mvc.Core 2014-04-07 17:32:49 -07:00
web.Debug.config
web.Release.config
web.config