- Removed `Minimized` from `TagHelperAttribute` and replaced it with `HtmlAttributeValueStyle`. - Removed `AddMinimizedTagHelperAttribute` method from `TagHelperExecutionContext` since we always provide a `HtmlAttributeValueStyle` now. - Stopped manually escaping double quotes because we now know how an attribute was originally written. - Updated tests to account for new attribute format (from kvp). #705 |
||
|---|---|---|
| .. | ||
| BlockExtensions.cs | ||
| BlockFactory.cs | ||
| BlockTypes.cs | ||
| CodeParserTestBase.cs | ||
| CsHtmlCodeParserTestBase.cs | ||
| CsHtmlMarkupParserTestBase.cs | ||
| ErrorCollector.cs | ||
| MarkupParserTestBase.cs | ||
| ParserTestBase.cs | ||
| RawTextSymbol.cs | ||
| TestSpanBuilder.cs | ||