aspnetcore/test/WebSites/ActivatorWebSite
N. Taylor Mullen 0ae83a25e9 React to aspnet/Razor#571.
- Changed all `GetChildContentAsync` calls to come from `TagHelperOutput` instead of `TagHelperContext`.
- Updated `ReaderAtEndOfFormTagHelper` to properly detect changes inside of a `Form`s body by calling the `Init` method.
- Add test to `RenderAtEndOfFormTagHelperTest`.

aspnet/Razor#571
2015-10-22 14:51:14 -07:00
..
Components
Controllers
Models
Services
TagHelpers React to aspnet/Razor#571. 2015-10-22 14:51:14 -07:00
Views/View
wwwroot
ActivatorWebSite.xproj
Startup.cs Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:53 -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.