aspnetcore/samples/MvcSample.Web
dougbu 8ed5b7b079 Fix WebFx-169 and #118
- move `DynamicObject` derivation up to new `DynamicViewData` class, fixing [WebFx-169](http://projectk-tc:8080/browse/WEBFX-169)
- avoid direct `_data` lookup in previous `TryGetMember()`, fixing [#118](https://github.com/aspnet/WebFx/issues/118)
- rename ViewData -> ViewDataDictionary

Also
- flesh out `IDictionary<string, object>` implementation in `ViewData`
- provide `ViewData` copy constructor that allows TModel to change
- remove `TryGetIndex()` and `TrySetIndex()` implementations; use `ViewData[]` instead
- restore `ViewContext.ViewBag` from legacy MVC
2014-03-26 11:42:52 -07:00
..
Areas/Travel
Components Implementation of ViewComponents 2014-03-25 11:04:37 -07:00
Filters
Models
Views Fix WebFx-169 and #118 2014-03-26 11:42:52 -07:00
FiltersController.cs
Home2Controller.cs
HomeController.cs
LinkController.cs
OverloadController.cs
SimplePocoController.cs
SimpleRest.cs
Startup.cs Remove ifdef for net45 in sample 2014-03-25 02:12:33 -07:00
ViewMetadata.cs
project.json Added self host support to the json file 2014-03-24 21:45:17 -07:00
web.Debug.config
web.Release.config
web.config