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