16 writes to Src
Microsoft.AspNetCore.Mvc.TagHelpers (1)
ScriptTagHelper.cs (1)
279
Src
= output.Attributes[SrcAttributeName]?.Value as string;
Microsoft.AspNetCore.Mvc.TagHelpers.Test (15)
ScriptTagHelperTest.cs (15)
66
helper.
Src
= src;
104
helper.
Src
= "/blank.js";
518
helper.
Src
= "/blank.js";
551
helper.
Src
= "/js/site.js";
604
helper.
Src
= "/js/site.js";
630
helper.
Src
= "/js/site.js";
660
helper.
Src
= src;
698
helper.
Src
= path;
825
helper.
Src
= "/bar/js/site.js";
854
helper.
Src
= "/js/site.js";
886
helper.
Src
= "/js/site.js";
939
helper.
Src
= "/js/site.js";
977
helper.
Src
= "/js/site.js";
1016
helper.
Src
= "/js/site.js";
1053
helper.
Src
= path;
5 references to Src
Microsoft.AspNetCore.Mvc.TagHelpers (5)
ScriptTagHelper.cs (5)
263
if (
Src
!= null)
290
var versionedSrc = GetVersionedSrc(
Src
);
291
if (
Src
!= null)
308
if (string.IsNullOrEmpty(
Src
))
340
if (string.Equals(url,
Src
, StringComparison.OrdinalIgnoreCase))