6 references to SrcAttributeName
Microsoft.AspNetCore.Mvc.TagHelpers (6)
ImageTagHelper.cs (6)
24Attributes = AppendVersionAttributeName + "," + SrcAttributeName, 81[HtmlAttributeName(SrcAttributeName)] 115output.CopyHtmlAttribute(SrcAttributeName, context); 116ProcessUrlAttribute(SrcAttributeName, output); 125Src = output.Attributes[SrcAttributeName].Value as string; 128output.Attributes.SetAttribute(SrcAttributeName, src);