6 references to DoubleQuotes
Microsoft.AspNetCore.Mvc.TagHelpers (2)
ScriptTagHelper.cs (2)
410
WriteVersionedSrc(SrcAttributeName, src, HtmlAttributeValueStyle.
DoubleQuotes
, StringWriter);
519
AppendVersionedSrc(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
)
234
case HtmlAttributeValueStyle.
DoubleQuotes
:
249
case HtmlAttributeValueStyle.
DoubleQuotes
: