Go to file
dougbu 66ca046135 Reintroduce `IHtmlHelper` and use it everywhere possible
- no more `IHtmlHelper<object>` in `DefaultDisplayTemplates` and also no
  need for `ViewDataDictionary<object>` in a few places
- mostly removals from `IHtmlHelper<TModel>` but did cleanup comments and
  add `[NotNull]` for `DisplayFor()`, `DisplayNameFor()`,
  `DisplayNameForInnerType()`, and `LabelFor()`
- also add `[NotNull]` for `this` and `Expression` parameters in some
  extension methods
2014-04-28 10:57:36 -07:00
samples/MvcSample.Web
src Reintroduce `IHtmlHelper` and use it everywhere possible 2014-04-28 10:57:36 -07:00
test
.gitattributes
.gitignore
NuGet.Config
WebFx.sln
build.cmd
build.sh Added build.sh 2014-04-27 17:00:45 -07:00
global.json
makefile.shade