3 references to AllowConditionalDataDashAttributes
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\DefaultRazorIntermediateNodeLoweringPhase.cs (2)
1242
if (!_options.
AllowConditionalDataDashAttributes
&& name.StartsWith("data-", StringComparison.OrdinalIgnoreCase))
1417
if (!_options.
AllowConditionalDataDashAttributes
)
Language\Legacy\HtmlMarkupParser.cs (1)
2103
if (Context.Options.
AllowConditionalDataDashAttributes
)