aspnetcore/samples/MvcSample.Web/Views
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
..
Home Revive HelperResult to allow using @helper in views 2014-03-28 11:08:15 -07:00
Link Migrate samples from hacky self host to helios 2014-03-14 10:25:13 -07:00
Shared Add `Name()`, `NameFor()`, and `NameForModel()` helper methods 2014-03-31 16:07:56 -07:00