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