1 write to Href
Microsoft.AspNetCore.Mvc.TagHelpers (1)
LinkTagHelper.cs (1)
265Href = output.Attributes[HrefAttributeName]?.Value as string;
5 references to Href
Microsoft.AspNetCore.Mvc.TagHelpers (5)
LinkTagHelper.cs (5)
254if (Href != null) 277if (Href != null) 279var href = GetVersionedResourceUrl(Href); 295if (string.IsNullOrEmpty(Href)) 327if (string.Equals(Href, url, StringComparison.OrdinalIgnoreCase))