aspnetcore/test
N. Taylor Mullen c9c8e802a7 Add PreElement and PostElement to TagHelperOutput.
- These two new properties will enable TagHelper authors to render content before and after the TagHelper's HTML element.
- Added tests to correspond with existing test coverage.
- Modified existing tests to double check for TagHelperOutput.Pre/PostElement.
- Refactored all DefaultTagHelperContent pieces of TagHelperOutput to be get only properties.

#341
2015-04-14 11:49:10 -07:00
..
Microsoft.AspNet.Razor.Runtime.Test Add PreElement and PostElement to TagHelperOutput. 2015-04-14 11:49:10 -07:00
Microsoft.AspNet.Razor.Test