16 writes to Href
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";
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))