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