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