6 references to SrcAttributeName
Microsoft.AspNetCore.Mvc.TagHelpers (6)
ImageTagHelper.cs (6)
21Attributes = AppendVersionAttributeName + "," + SrcAttributeName, 55[HtmlAttributeName(SrcAttributeName)] 75output.CopyHtmlAttribute(SrcAttributeName, context); 76ProcessUrlAttribute(SrcAttributeName, output); 85Src = output.Attributes[SrcAttributeName].Value as string; 88output.Attributes.SetAttribute(SrcAttributeName, src);