10 writes to FallbackHref
ClaimsTransformation (1)
artifacts\obj\ClaimsTransformation\Release\net11.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\net11.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.Mvc.TagHelpers (1)
LinkTagHelper.cs (1)
307
FallbackHref
= resolvedUrl;
Microsoft.AspNetCore.Mvc.TagHelpers.Test (7)
LinkTagHelperTest.cs (7)
153
helper.
FallbackHref
= "test.css";
187
tagHelper.
FallbackHref
= "test.css";
221
tagHelper.
FallbackHref
= "test.css";
259
tagHelper.
FallbackHref
= "test.css";
280
tagHelper.
FallbackHref
= "test.css";
433
helper.
FallbackHref
= "test.css";
495
tagHelper.
FallbackHref
= "test.css";
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"/>.
305
if (TryResolveUrl(
FallbackHref
, resolvedUrl: out string resolvedUrl))
341
FallbackHref
,