aspnetcore/samples/MvcSample.Web
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
..
Areas/Travel
Components
Content
Filters
Models Add remaining HTML input helpers 2014-04-09 12:52:47 -07:00
Views Add remaining HTML input helpers 2014-04-09 12:52:47 -07:00
FiltersController.cs
Home2Controller.cs
HomeController.cs Add remaining HTML input helpers 2014-04-09 12:52:47 -07:00
LinkController.cs
MvcSample.Web.kproj Cleanup Display, Partial, and Validation extensions 2014-04-10 17:12:16 -07:00
OverloadController.cs
SimplePocoController.cs
SimpleRest.cs
Startup.cs
ViewMetadata.cs
project.json Merging Mvc.Rendering and Mvc.Core 2014-04-07 17:32:49 -07:00
web.Debug.config
web.Release.config
web.config