aspnetcore/samples/MvcSample.Web
dougbu 3a0add8be8 Cleanup pass: Move Rendering classes to correct namespace
- use Microsoft.AspNet.Mvc.Rendering namespace throughout assembly

Also
- move `IdAttributeDotReplacement` from `TagBuilder` to `HtmlHelper`
- remove commented-out code in `HtmlHelper`
- use `var` and `[NotNull]` more
- `String` -> `string`
- correct Resources references; add missing resources
2014-03-18 14:02:39 -07:00
..
Filters Migrate samples from hacky self host to helios 2014-03-14 10:25:13 -07:00
Models Migrate samples from hacky self host to helios 2014-03-14 10:25:13 -07:00
Views Trigger view rendering asynchronously. 2014-03-17 12:18:54 -07:00
FiltersController.cs Migrate samples from hacky self host to helios 2014-03-14 10:25:13 -07:00
Home2Controller.cs Migrate samples from hacky self host to helios 2014-03-14 10:25:13 -07:00
HomeController.cs Migrate samples from hacky self host to helios 2014-03-14 10:25:13 -07:00
LinkController.cs Cleanup pass: Move Rendering classes to correct namespace 2014-03-18 14:02:39 -07:00
OverloadController.cs Migrate samples from hacky self host to helios 2014-03-14 10:25:13 -07:00
SimplePocoController.cs Migrate samples from hacky self host to helios 2014-03-14 10:25:13 -07:00
SimpleRest.cs Migrate samples from hacky self host to helios 2014-03-14 10:25:13 -07:00
Startup.cs Using AutoFac to register open generic service types 2014-03-14 12:46:17 -07:00
ViewMetadata.cs Migrate samples from hacky self host to helios 2014-03-14 10:25:13 -07:00
project.json Migrate samples from hacky self host to helios 2014-03-14 10:25:13 -07:00
web.Debug.config Added a sample web project 2014-02-14 03:03:02 -08:00
web.Release.config Added a sample web project 2014-02-14 03:03:02 -08:00
web.config Made roslyn based compilation of razor files work 2014-03-08 15:16:44 -08:00