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