35 writes to Href
BrowserTelemetry.Web (1)
Pages_Shared__Layout_cshtml.g.cs (1)
89__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.Href = (string)__tagHelperAttribute_1.Value;
ClaimsTransformation (2)
artifacts\obj\ClaimsTransformation\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_Shared__Layout_cshtml.g.cs (2)
163__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.Href = (string)__tagHelperAttribute_4.Value; 189__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.Href = (string)__tagHelperAttribute_9.Value;
Cookies (2)
artifacts\obj\Cookies\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_Shared__Layout_cshtml.g.cs (2)
163__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.Href = (string)__tagHelperAttribute_4.Value; 189__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.Href = (string)__tagHelperAttribute_9.Value;
DynamicSchemes (2)
artifacts\obj\DynamicSchemes\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Pages__Layout_cshtml.g.cs (2)
154__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.Href = (string)__tagHelperAttribute_4.Value; 180__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.Href = (string)__tagHelperAttribute_9.Value;
IdentitySample.Mvc (1)
artifacts\obj\IdentitySample.Mvc\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_Shared__Layout_cshtml.g.cs (1)
111__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.Href = (string)__tagHelperAttribute_1.Value;
Microsoft.AspNetCore.Identity.UI (4)
Areas_Identity_Pages_V4__Layout_cshtml.g.cs (2)
171__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.Href = (string)__tagHelperAttribute_4.Value; 197__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.Href = (string)__tagHelperAttribute_9.Value;
Areas_Identity_Pages_V5__Layout_cshtml.g.cs (2)
172__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.Href = (string)__tagHelperAttribute_4.Value; 200__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.Href = (string)__tagHelperAttribute_11.Value;
Microsoft.AspNetCore.Mvc.TagHelpers (1)
LinkTagHelper.cs (1)
265Href = output.Attributes[HrefAttributeName]?.Value as string;
Microsoft.AspNetCore.Mvc.TagHelpers.Test (15)
LinkTagHelperTest.cs (15)
67helper.Href = href; 157helper.Href = "test.css"; 437helper.Href = "test.css"; 592helper.Href = "/css/site.css"; 633helper.Href = "/css/site.css"; 686helper.Href = "/css/site.css"; 717helper.Href = "/css/site.css"; 751helper.Href = href; 793helper.Href = href; 823helper.Href = "/bar/css/site.css"; 872helper.Href = "/css/site.css"; 927helper.Href = "/css/site.css"; 1002helper.Href = "/css/site.css"; 1040helper.Href = "/css/site.css"; 1082helper.Href = "/css/site.css";
PathSchemeSelection (2)
artifacts\obj\PathSchemeSelection\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_Shared__Layout_cshtml.g.cs (2)
163__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.Href = (string)__tagHelperAttribute_4.Value; 189__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.Href = (string)__tagHelperAttribute_9.Value;
SignalRServerlessWeb (1)
Pages_Shared__Layout_cshtml.g.cs (1)
89__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.Href = (string)__tagHelperAttribute_1.Value;
SignalRWeb (1)
Pages_Shared__Layout_cshtml.g.cs (1)
89__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.Href = (string)__tagHelperAttribute_1.Value;
StaticFilesAuth (2)
artifacts\obj\StaticFilesAuth\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_Shared__Layout_cshtml.g.cs (2)
166__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.Href = (string)__tagHelperAttribute_4.Value; 192__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.Href = (string)__tagHelperAttribute_9.Value;
WebPubSubWeb (1)
Pages_Shared__Layout_cshtml.g.cs (1)
89__Microsoft_AspNetCore_Mvc_TagHelpers_LinkTagHelper.Href = (string)__tagHelperAttribute_1.Value;
5 references to Href
Microsoft.AspNetCore.Mvc.TagHelpers (5)
LinkTagHelper.cs (5)
254if (Href != null) 277if (Href != null) 279var href = GetVersionedResourceUrl(Href); 295if (string.IsNullOrEmpty(Href)) 327if (string.Equals(Href, url, StringComparison.OrdinalIgnoreCase))