8 references to HrefAttributeName
Microsoft.AspNetCore.Mvc.TagHelpers (8)
LinkTagHelper.cs (8)
130[HtmlAttributeName(HrefAttributeName)] 256output.CopyHtmlAttribute(HrefAttributeName, context); 260ProcessUrlAttribute(HrefAttributeName, output); 265Href = output.Attributes[HrefAttributeName]?.Value as string; 280var index = output.Attributes.IndexOfName(HrefAttributeName); 380if (string.Equals(attribute.Name, HrefAttributeName, StringComparison.OrdinalIgnoreCase)) 501if (string.Equals(attribute.Name, HrefAttributeName, StringComparison.OrdinalIgnoreCase)) 516AppendVersionedHref(HrefAttributeName, href, builder);