aspnetcore/test/Microsoft.AspNet.Razor.Test
N. Taylor Mullen 4604c807c4 Add ability for unbound complex `TagHelper` attributes to flow through MVC attribute resolution system.
- Today MVC has specific rules about resolving Razor attribute values. Ex: `true` => attribute name being used as attribute value. This change ensures that unbound complex `TagHelper` attribute use that same logic.
- Added configuration to `GeneratedTagHelperContext` for `AddHtmlAttributeValues`.
- Had to be careful with code generating `AddHtmlAttributeValues`. In the case of `data-`; they can appear as complex attributes but may not contain any pieces that are `DynamicAttributeBlockChunk`s. Had to protect against this scenario.
- Updated existing test files.
- Added a new code gen test case to showcase the various use-cases of unbound dynamic `TagHelper` attributes.

#247
2015-08-10 11:29:22 -07:00
..
Chunks/Generators
CodeGenerators Add ability for unbound complex `TagHelper` attributes to flow through MVC attribute resolution system. 2015-08-10 11:29:22 -07:00
Editor
Framework Fix C# design time projections for complex TagHelper attributes. 2015-06-25 10:27:03 -07:00
Parser Remove ~/ handling from core Razor. 2015-07-31 15:55:29 -07:00
TagHelpers Add ability for unbound complex `TagHelper` attributes to flow through MVC attribute resolution system. 2015-08-10 11:29:22 -07:00
TestFiles Add ability for unbound complex `TagHelper` attributes to flow through MVC attribute resolution system. 2015-08-10 11:29:22 -07:00
Text
Tokenizer Add support for C# 6 exception filters. 2015-06-10 10:08:10 -07:00
Utils Avoid errors when generating baselines 2015-06-01 08:42:23 -07:00
CSharpRazorCodeLanguageTest.cs
Microsoft.AspNet.Razor.Test.xproj
RazorCodeLanguageTest.cs
RazorEngineHostTest.cs
RazorErrorTest.cs
RazorTemplateEngineTest.cs
SourceLocationTest.cs
StringTextBuffer.cs
project.json Update CoreCLR versions 2015-08-04 10:15:31 -07:00