- 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` |
||
|---|---|---|
| samples/MvcSample.Web | ||
| src | ||
| test | ||
| .gitattributes | ||
| .gitignore | ||
| NuGet.Config | ||
| WebFx.sln | ||
| build.cmd | ||
| global.json | ||
| makefile.shade | ||