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)
265
Href
= output.Attributes[HrefAttributeName]?.Value as string;
Microsoft.AspNetCore.Mvc.TagHelpers.Test (15)
LinkTagHelperTest.cs (15)
67
helper.
Href
= href;
157
helper.
Href
= "test.css";
437
helper.
Href
= "test.css";
592
helper.
Href
= "/css/site.css";
633
helper.
Href
= "/css/site.css";
686
helper.
Href
= "/css/site.css";
717
helper.
Href
= "/css/site.css";
751
helper.
Href
= href;
793
helper.
Href
= href;
823
helper.
Href
= "/bar/css/site.css";
872
helper.
Href
= "/css/site.css";
927
helper.
Href
= "/css/site.css";
1002
helper.
Href
= "/css/site.css";
1040
helper.
Href
= "/css/site.css";
1082
helper.
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)
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))