aspnetcore/test/Microsoft.AspNet.Mvc.Razor....
N. Taylor Mullen 1b51f6bca6 Enable input, image and url resolution `TagHelper`s to be written as void elements.
- Razor rendering now understands `TagMode` which allows void elements to be rendered.
- Added a `TagStructure.WithoutEnd` bit to `InputTagHelper`, `ImageTagHelper` and `UrlResolutionTagHelper`. This will allow users to write the various elements in the void format. Used the HTML5 spec to determine the elements appropriate.
- Added tests to ensure `TagMode.StartTagOnly` is rendered properly.
- Updated a few functional tests to showcase the void element formats.

aspnet/Razor#450
2015-08-13 16:19:28 -07:00
..
Compilation * Remove support for updateable precompiled views. 2015-08-07 11:08:48 -07:00
DependencyInjection * Remove support for updateable precompiled views. 2015-08-07 11:08:48 -07:00
Internal * Refactoring RazorFileInfoCollectionGenerator to not be instantiated. 2015-08-13 11:15:46 -07:00
Precompilation
Properties
TagHelpers Added default `UrlResolutionTagHelper` to resolve app relative URLs. 2015-08-03 16:00:33 -07:00
DefaultPrecompiledViewsProviderTest.cs
DefaultTagHelperActivatorTest.cs
DefaultViewLocationCacheTest.cs
LanguageViewLocationExpanderTest.cs
Microsoft.AspNet.Mvc.Razor.Test.xproj
MvcRazorCodeParserTest.cs
RazorPageActivatorTest.cs
RazorPageCreateModelExpressionTest.cs
RazorPageCreateTagHelperTest.cs
RazorPageTest.cs Enable input, image and url resolution `TagHelper`s to be written as void elements. 2015-08-13 16:19:28 -07:00
RazorTextWriterTest.cs
RazorViewEngineOptionsTest.cs
RazorViewEngineTest.cs
RazorViewFactoryTest.cs
RazorViewTest.cs
SpanFactory.cs
project.json