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