aspnetcore/test/WebSites/ActivatorWebSite
Ryan Nowak b393191cff Part of #2151 - Remove [Activate] from ViewComponents
This change removes [Activate] from ViewComponents. Accessing context
should be done through [ViewComponentContext]. Accessing services should
be done though constructor injection.
2015-05-21 22:57:45 -07:00
..
Components Part of #2151 - Remove [Activate] from ViewComponents 2015-05-21 22:57:45 -07:00
Controllers Part of #2151 - Remove [Activate] from ViewComponents 2015-05-21 22:57:45 -07:00
Models Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
Services Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
TagHelpers Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
Views/View Part of #2151 - Remove [Activate] from ViewComponents 2015-05-21 22:57:45 -07:00
wwwroot
ActivatorWebSite.xproj Update .xproj files for Microsoft.Web.AspNet.* -> Microsoft.DNX.* rename 2015-04-02 13:49:27 -07:00
Startup.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
project.json
readme.md

readme.md

ActivatorWebSite

This web site demonstrates the use of activate attribute on controller properties, view components and tag helpers.