aspnetcore/samples/MvcSample.Web
dougbu 56d66c090e Make HTML helper `null` handling consistent
- #874 lines 3, 4, and 6
- correct `Value()` to treat a `null` expression name the same as `string.Empty`
- add missing `[NotNull]` attributes in `EditorExtensions` and for `GenerateIdFromName()`
- consistently pass `null` for default expression names to the helpers
 - for example, from extension methods
- add test cases using `null` for expression name

nits:
- correct summary XML comment for `HtmlHelper` class
- use named parameters and prefer interface (not extension) methods in changed calls
- use `string.Empty` instead of `""` in a few tests
2014-08-06 16:04:56 -07:00
..
App_Data
Areas/Travel
Components
Content
Filters
Models
Monitoring
Services
Views Make HTML helper `null` handling consistent 2014-08-06 16:04:56 -07:00
FiltersController.cs
Home2Controller.cs
HomeController.cs [Issue #527] Revive common ActionResults - Part 1. 2014-07-25 13:04:59 -07:00
LinkController.cs
MvcSample.Web.kproj ViewStarts need to be executed as part of View execution 2014-07-23 16:45:25 -07:00
OverloadController.cs
SimplePocoController.cs
SimpleRest.cs Adding parameter replacement 2014-07-29 16:14:57 -07:00
Startup.cs
ViewMetadata.cs
project.json Renamed configurations to frameworks in project.json 2014-07-13 21:58:12 -07:00
web.Debug.config
web.Release.config
web.config