Go to file
dougbu 2b70156cf4 Inject `HtmlHelper` property into `RazorView<T>`
- add `IHtmlHelper<T>` and `ICanHasViewContext`
- adjust `HtmlHelper` and `HtmlHelper<T>` to match
- throw if `ViewContext` accessed prior to `Contextualize` call
- XML comments (from old world) all around

Note
- no current need for an `HtmlHelper` copy constructor or `Clone()` method
- expect recursion code to get another injected `IHtmlHelper<T>` and then
  "contextualize" that instance with a new `ViewContext`
2014-03-28 17:29:00 -07:00
samples/MvcSample.Web Revive HelperResult to allow using @helper in views 2014-03-28 11:08:15 -07:00
src Inject `HtmlHelper` property into `RazorView<T>` 2014-03-28 17:29:00 -07:00
test Increment System.Threading.Tasks package version 2014-03-27 19:56:27 -07:00
.gitattributes
.gitignore
NuGet.Config
WebFx.sln Updating test projects to use Microsoft.AspNet.Testing 2014-03-25 15:10:58 -07:00
build.cmd
global.json
makefile.shade