aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test
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
..
Rendering Rearrange ViewContext 2014-04-10 11:40:57 -07:00
ActionAttributeTests.cs Adding ActionName Attribute 2014-04-09 15:48:30 -07:00
ActionExecutorTests.cs
ActionSelectionConventionTests.cs
ControllerTests.cs
DefaultActionSelectorTest.cs
DefaultControllerAssemblyProviderTests.cs
DefaultControllerFactoryTest.cs
Microsoft.AspNet.Mvc.Core.Test.kproj Cleanup Display, Partial, and Validation extensions 2014-04-10 17:12:16 -07:00
PropertyHelperTest.cs
TestController.cs
TypeHelperTest.cs
UrlHelperTest.cs
project.json