aspnetcore/samples/MvcSample.Web
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
..
Areas/Travel
Compiler/Preprocess Fixed folder name casing of Compiler/* 2014-12-16 12:32:35 -08:00
Components
Controllers Making FormatFilter a Service and some test changes 2015-01-31 23:51:58 -08:00
Filters
Models Adding ClearMediaTypeMappingForFormat to FormatterMappings and other PR comments 2015-01-31 23:18:24 -08:00
Monitoring
Services
Views Make HTML helper parameter names consistent 2015-02-17 17:53:53 -08:00
wwwroot Adds parameter information to ApiExplorer 2015-01-22 13:30:41 -08:00
ApiExplorerController.cs
AutoGenerateRouteNamesAttribute.cs
FiltersController.cs React to Authorize changes 2015-02-16 15:40:57 -08:00
Home2Controller.cs Removing dead code in sample 2014-12-31 11:26:49 -08:00
HomeController.cs Introducing SkipStatusCodePagesAttribute attribute to disable StatusCodepages 2015-02-13 16:03:59 -08:00
LanguageViewLocationExpander.cs
LinkController.cs
MvcSample.Web.kproj
OverloadController.cs
SimplePocoController.cs
SimpleRest.cs
Startup.cs React to Authorize changes 2015-02-16 15:40:57 -08:00
TestAssemblyProvider.cs
ViewMetadata.cs
config.json removed App_data per [Mvc] Remove App_Data from MvcSample.Web Startup (#1716) 2014-12-31 11:09:03 -08:00
project.json Introducing SkipStatusCodePagesAttribute attribute to disable StatusCodepages 2015-02-13 16:03:59 -08:00