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