aspnetcore/test/Microsoft.AspNet.Razor.Test
Doug Bunting 33407ef1be Enforce new invariants around HTML encoding
- #335
- bound `string` attribute values are _not_ encoded
 - rework `CSharpCodeVisitor` and `CSharpTagHelperCodeRenderer` to enable this case
- values in `TagHelperOutput.Attributes` are encoded unless special-cased elsewhere
 - `Dictionary<string, object>` type allows `RazorPage` to use `HtmlString`
- wrap HTML unbound attribute values using `Html.Raw()`
2015-03-30 11:09:26 -07:00
..
Editor
Framework
Generator Updated duplicate TargetElement TagHelper tests. 2015-03-20 00:20:36 -07:00
Parser Update RazorError to be deserialized. 2015-03-23 15:25:52 -07:00
TagHelpers Add tests to validate TagHelper attribute targeting. 2015-03-17 21:48:54 -07:00
TestFiles Enforce new invariants around HTML encoding 2015-03-30 11:09:26 -07:00
Text
Tokenizer
Utils
CSharpRazorCodeLanguageTest.cs
Microsoft.AspNet.Razor.Test.xproj
RazorCodeLanguageTest.cs
RazorDirectiveAttributeTest.cs
RazorEngineHostTest.cs
RazorTemplateEngineTest.cs
StringTextBuffer.cs
project.json