5 writes to Href
Microsoft.AspNetCore.Identity.UI (4)
_generated\38\_Layout_cshtml.g.cs (2)
169
__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.
Href
= (string)__tagHelperAttribute_4.Value;
195
__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.
Href
= (string)__tagHelperAttribute_9.Value;
_generated\80\_Layout_cshtml.g.cs (2)
170
__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.
Href
= (string)__tagHelperAttribute_4.Value;
198
__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.
Href
= (string)__tagHelperAttribute_11.Value;
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))