6 references to DoubleQuotes
Microsoft.AspNetCore.Mvc.TagHelpers (2)
ScriptTagHelper.cs (2)
410WriteVersionedSrc(SrcAttributeName, src, HtmlAttributeValueStyle.DoubleQuotes, StringWriter); 519AppendVersionedSrc(SrcAttributeName, src, HtmlAttributeValueStyle.DoubleQuotes, builder);
Microsoft.AspNetCore.Razor (4)
TagHelpers\TagHelperAttribute.cs (4)
27/// and <paramref name="value"/>. <see cref="ValueStyle"/> is set to <see cref="HtmlAttributeValueStyle.DoubleQuotes"/>. 32: this(name, value, valueStyle: HtmlAttributeValueStyle.DoubleQuotes) 234case HtmlAttributeValueStyle.DoubleQuotes: 249case HtmlAttributeValueStyle.DoubleQuotes: