aspnetcore/test/Microsoft.AspNetCore.Razor..../IntegrationTests
Ryan Nowak 851dd7ba3b Add support for TagHelper directives
This commit adds support to the TagHelperBinderSyntaxTreePass to interpret
@addTagHelper, @removeTagHelper, and @tagHelperPrefix.

I also ported all the original tests for this feature and updated them to
call new APIs.

The bulk of the changes here were updates to baseline tests that weren't
correctly using @addTagHelper
2017-01-20 17:44:35 -08:00
..
BasicIntegrationTest.cs
CodeGenerationIntegrationTest.cs Add support for TagHelper directives 2017-01-20 17:44:35 -08:00
HtmlAttributeIntegrationTest.cs
ImportsIntegrationTest.cs
InstrumentationPassIntegrationTest.cs Add support for TagHelper directives 2017-01-20 17:44:35 -08:00
IntegrationTestBase.cs
IntializeTestFileAttribute.cs
LineMappingsSerializer.cs
PageDocumentIntegrationTest.cs
RazorIRNodeSerializer.cs
RazorIRNodeVerifier.cs
RazorIRNodeWriter.cs
TagHelpersIntegrationTest.cs Add support for TagHelper directives 2017-01-20 17:44:35 -08:00
TestTagHelperDescriptors.cs Add support for TagHelper directives 2017-01-20 17:44:35 -08:00