aspnetcore/samples/MvcSample.Web/Views/Shared
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
..
Components/Tags
DisplayTemplates
EditorTemplates Make HTML helper parameter names consistent 2015-02-17 17:53:53 -08:00
fr Layout specification and discovery should follow the same behavior as 2014-12-03 11:54:46 -08:00
HelloWorldPartial.cshtml Avoid NREs in MVC sample 2014-11-22 10:36:39 -08:00
MyView.cshtml Added support for binding FormCollection 2015-02-13 11:14:50 -08:00
_FlushPointLayout.cshtml Make Flush work without requiring curly braces 2014-12-05 14:53:09 -08:00
_Layout.cshtml