9 references to SrcAttributeName
Microsoft.AspNetCore.Mvc.TagHelpers (9)
ScriptTagHelper.cs (9)
122[HtmlAttributeName(SrcAttributeName)]
279output.CopyHtmlAttribute(SrcAttributeName, context);
288ProcessUrlAttribute(SrcAttributeName, output);
293Src = output.Attributes[SrcAttributeName]?.Value as string;
307var index = output.Attributes.IndexOfName(SrcAttributeName);
391if (!attribute.Name.Equals(SrcAttributeName, StringComparison.OrdinalIgnoreCase))
410WriteVersionedSrc(SrcAttributeName, src, HtmlAttributeValueStyle.DoubleQuotes, StringWriter);
505if (!attribute.Name.Equals(SrcAttributeName, StringComparison.OrdinalIgnoreCase))
519AppendVersionedSrc(SrcAttributeName, src, HtmlAttributeValueStyle.DoubleQuotes, builder);