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