Go to file
dougbu ba08f8e8d8 Cleanup Display, Partial, and Validation extensions
- correct file and class names for some HH extensions
 - three class names were correct but didn't match containing file
 - three class and file names matched but didn't start with HtmlHelper
- clean up trailing whitespace and long lines in changed Extensions.cs files
 - `HtmlHelperPartialAsyncExtensions`, `HtmlHelperRenderPartialAsyncExtensions`
   and `HtmlHelperValidationExtensions` lacked some `[NotNull]` attributes
- merge extension files by concept
 - Display / DisplayFor / DisplayForModel methods all into `HtmlHelperDisplayExtensions`
 - Partial / RenderPartial methods all into `HtmlHelperPartialExtensions`
- use `IHtmlHelper<TModel>` everywhere
2014-04-10 17:12:16 -07:00
samples/MvcSample.Web Cleanup Display, Partial, and Validation extensions 2014-04-10 17:12:16 -07:00
src Cleanup Display, Partial, and Validation extensions 2014-04-10 17:12:16 -07:00
test Cleanup Display, Partial, and Validation extensions 2014-04-10 17:12:16 -07:00
.gitattributes
.gitignore
NuGet.Config
WebFx.sln
build.cmd
global.json
makefile.shade
out.txt