- 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 |
||
|---|---|---|
| .. | ||
| Rendering | ||
| ActionAttributeTests.cs | ||
| ActionExecutorTests.cs | ||
| ActionSelectionConventionTests.cs | ||
| ControllerTests.cs | ||
| DefaultActionSelectorTest.cs | ||
| DefaultControllerAssemblyProviderTests.cs | ||
| DefaultControllerFactoryTest.cs | ||
| Microsoft.AspNet.Mvc.Core.Test.kproj | ||
| PropertyHelperTest.cs | ||
| TestController.cs | ||
| TypeHelperTest.cs | ||
| UrlHelperTest.cs | ||
| project.json | ||