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