aspnetcore/test
Doug Bunting 8eb63271b5 Make HTML helper parameter names consistent
- #944
- name `string` expression name and `Expression<Func<TModel, TResult>>`
  parameters "expression"
 - single special case is `GenerateIdFromName(string fullName)` since every
   other expression name is relative to the current
   `ViewData,TemplateInfo.HtmlFieldPrefix` value
 - applied from `IHtmlHelper` and `IHtmlGenerator` on up
- name `IHtmlHelper` and `IHtmlHelper<TModel>` parameters "htmlHelper"
- rename `TProperty` and `TValue` type parameters to `TResult`

nits:
- clean up abbreviated names in `CachedExpressionCompiler`
- change `ObjectToDictionary()`'s parameter name to `value`
- use `nameof` more to make renaming (and refactoring) easier in the future
- rewrap parameters and arguments to avoid long lines and orphans
2015-02-17 17:53:53 -08:00
..
Microsoft.AspNet.Mvc.Common.Test
Microsoft.AspNet.Mvc.Core.Test Make HTML helper parameter names consistent 2015-02-17 17:53:53 -08:00
Microsoft.AspNet.Mvc.FunctionalTests Merging Model Validation for body and non body validation. 2015-02-17 11:50:39 -08:00
Microsoft.AspNet.Mvc.ModelBinding.Test Merging Model Validation for body and non body validation. 2015-02-17 11:50:39 -08:00
Microsoft.AspNet.Mvc.Razor.Host.Test
Microsoft.AspNet.Mvc.Razor.Test
Microsoft.AspNet.Mvc.TagHelpers.Test
Microsoft.AspNet.Mvc.Test Merging Model Validation for body and non body validation. 2015-02-17 11:50:39 -08:00
Microsoft.AspNet.Mvc.WebApiCompatShimTest
Microsoft.AspNet.Mvc.Xml.Test
WebSites Merging Model Validation for body and non body validation. 2015-02-17 11:50:39 -08:00