15 writes to FallbackHref
ClaimsTransformation (1)
artifacts\obj\ClaimsTransformation\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_Shared__Layout_cshtml.g.cs (1)
165__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.FallbackHref = (string)__tagHelperAttribute_5.Value;
Cookies (1)
artifacts\obj\Cookies\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_Shared__Layout_cshtml.g.cs (1)
165__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.FallbackHref = (string)__tagHelperAttribute_5.Value;
DynamicSchemes (1)
artifacts\obj\DynamicSchemes\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Pages__Layout_cshtml.g.cs (1)
156__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.FallbackHref = (string)__tagHelperAttribute_5.Value;
Microsoft.AspNetCore.Identity.UI (2)
Areas_Identity_Pages_V4__Layout_cshtml.g.cs (1)
173__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.FallbackHref = (string)__tagHelperAttribute_5.Value;
Areas_Identity_Pages_V5__Layout_cshtml.g.cs (1)
176__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.FallbackHref = (string)__tagHelperAttribute_7.Value;
Microsoft.AspNetCore.Mvc.TagHelpers (1)
LinkTagHelper.cs (1)
307FallbackHref = resolvedUrl;
Microsoft.AspNetCore.Mvc.TagHelpers.Test (7)
LinkTagHelperTest.cs (7)
153helper.FallbackHref = "test.css"; 187tagHelper.FallbackHref = "test.css"; 221tagHelper.FallbackHref = "test.css"; 259tagHelper.FallbackHref = "test.css"; 280tagHelper.FallbackHref = "test.css"; 433helper.FallbackHref = "test.css"; 495tagHelper.FallbackHref = "test.css";
PathSchemeSelection (1)
artifacts\obj\PathSchemeSelection\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_Shared__Layout_cshtml.g.cs (1)
165__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.FallbackHref = (string)__tagHelperAttribute_5.Value;
StaticFilesAuth (1)
artifacts\obj\StaticFilesAuth\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_Shared__Layout_cshtml.g.cs (1)
168__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.FallbackHref = (string)__tagHelperAttribute_5.Value;
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,