aspnetcore/samples/MvcSample.Web
Ryan Nowak 144c1d3cf4 Fix #2151 - Part 4 remove [Activate] support from controllers.
This change completely removes [Activate]. In a controller, you should
constructor injection or [FromServices] to access services.

To access context items (ActionContext, ActionBindingContext, root
ViewDataDictionary) you should use the respected attribute class.

We'd like to consider streamlining this further in the future by getting
down to a single injectable context for controllers, but for now this will
have to do.
2015-05-21 22:57:56 -07:00
..
Areas/Travel
Components
Controllers
Filters Use strongly typed MediaTypeHeaderValue for content type in action results. 2015-05-04 14:06:58 -07:00
Models
Monitoring
Services
Views Added new ValidationSummary overloads to sample 2015-05-12 20:20:34 +02:00
wwwroot
ApiExplorerController.cs Fix #2151 - Part 4 remove [Activate] support from controllers. 2015-05-21 22:57:56 -07:00
AutoGenerateRouteNamesAttribute.cs
FiltersController.cs
Home2Controller.cs Fix #2151 - Part 4 remove [Activate] support from controllers. 2015-05-21 22:57:56 -07:00
HomeController.cs
LanguageViewLocationExpander.cs
LinkController.cs
MvcSample.Web.xproj
OverloadController.cs
SimplePocoController.cs
SimpleRest.cs
Startup.cs React to aspnet/Configuration #195,#198 and fix few minor build break issues 2015-05-20 20:01:23 -07:00
ViewMetadata.cs
bower.json
config.json
gruntfile.js
package.json
project.json React to aspnet/Configuration #195,#198 and fix few minor build break issues 2015-05-20 20:01:23 -07:00