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