aspnetcore/samples/MvcSample.Web/Views
dougbu b8731621df Add default `Display*()` templates
- first get old code in correct spot
- then get default templates working in new world
 - usual things: `[NotNull]`, `var`, internal -> public
 - provide a `HtmlHelper.GenerateOption()` static method
 - pass an `ViewDataDictionary<object>` instance to `TemplateRenderer` constructor
 - run default templates synchronously with an IHtmlHelper<object>
 - copy over resources
 - add Microsoft.Data.Entity reference for EntityState type
- use default templates in MVC sample
 - remove most on-disk overrides of the default templates
2014-04-19 19:00:42 -07:00
..
Home Add `DropDownList()` and `DropDownListFor()` HTML helpers 2014-04-14 16:05:07 -07:00
Link Migrate samples from hacky self host to helios 2014-03-14 10:25:13 -07:00
Shared Add default `Display*()` templates 2014-04-19 19:00:42 -07:00