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