3 writes to FallbackHref
Microsoft.AspNetCore.Identity.UI (2)
_generated\38\_Layout_cshtml.g.cs (1)
171__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.FallbackHref = (string)__tagHelperAttribute_5.Value;
_generated\80\_Layout_cshtml.g.cs (1)
174__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.FallbackHref = (string)__tagHelperAttribute_7.Value;
Microsoft.AspNetCore.Mvc.TagHelpers (1)
LinkTagHelper.cs (1)
307FallbackHref = resolvedUrl;
6 references to FallbackHref
Microsoft.AspNetCore.Mvc.TagHelpers (6)
LinkTagHelper.cs (6)
155/// Boolean value that determines if an integrity hash will be compared with <see cref="FallbackHref"/> value. 189/// and either <see cref="FallbackHref"/> or <see cref="FallbackHrefInclude"/>. 197/// and either <see cref="FallbackHref"/> or <see cref="FallbackHrefInclude"/>. 205/// and either <see cref="FallbackHref"/> or <see cref="FallbackHrefInclude"/>. 305if (TryResolveUrl(FallbackHref, resolvedUrl: out string resolvedUrl)) 341FallbackHref,