Go to file
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
samples/MvcSample.Web Add default `Display*()` templates 2014-04-19 19:00:42 -07:00
src Add default `Display*()` templates 2014-04-19 19:00:42 -07:00
test Filters version 2.0 2014-04-17 11:45:58 -07:00
.gitattributes
.gitignore
NuGet.Config
WebFx.sln Bringing back Razor.Host as an assembly as a TEMPORARY WORKAROUND 2014-04-10 15:54:47 -07:00
build.cmd
global.json
makefile.shade
out.txt Adding smart link generation 2014-04-07 14:37:52 -07:00