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 ActionResult implements IActionResult, and all our default implementations now use ActionResult 2014-04-25 15:57:02 -07:00
src Reintroduce `IHtmlHelper` and use it everywhere possible 2014-04-28 10:57:36 -07:00
test Reviving RangeAttributeAdapter, RequiredAttributeAdapter, 2014-04-26 11:39:29 -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
build.sh Added build.sh 2014-04-27 17:00:45 -07:00
global.json
makefile.shade