Go to file
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
samples/MvcSample.Web Cleanup pass: Move Rendering classes to correct namespace 2014-03-18 14:02:39 -07:00
src Cleanup pass: Move Rendering classes to correct namespace 2014-03-18 14:02:39 -07:00
test Cleanup pass: Move Rendering classes to correct namespace 2014-03-18 14:02:39 -07:00
.gitattributes
.gitignore
NuGet.Config Workaround for myget being down 2014-02-07 10:08:16 -08:00
WebFx.sln Nuke the old MvcSample self host sample 2014-03-17 19:00:12 -07:00
build.cmd Updating build.cmd to cache NuGet.exe 2014-02-02 08:15:02 -08:00
global.json Added global.json 2014-01-31 16:40:42 -08:00
makefile.shade