aspnetcore/samples/MvcSample.Web
dougbu fbbc59b392 Add `Name()`, `NameFor()`, and `NameForModel()` helper methods
- `Name()` is a `virtual` instance method to allow useful derivation
- `NameFor()` is an instance method to avoid adding `GetExpressionName()`
  to the public surface; either method could be `virtual`
- `NameForModel()` is an extension method because it's not usefully overridden
- use `Name*()` in sample
2014-03-31 16:07:56 -07:00
..
Areas/Travel
Components
Filters
Models
Views Add `Name()`, `NameFor()`, and `NameForModel()` helper methods 2014-03-31 16:07:56 -07:00
FiltersController.cs
Home2Controller.cs
HomeController.cs
LinkController.cs
OverloadController.cs
SimplePocoController.cs
SimpleRest.cs
Startup.cs
ViewMetadata.cs
project.json
web.Debug.config
web.Release.config
web.config