2 references to ScriptTagRegex
System.Web.Extensions (2)
UI\ScriptRegistrationManager.cs (2)
656
for (Match match =
ScriptTagRegex
.Match(scriptContent, lastIndex); match.Success; match =
ScriptTagRegex
.Match(scriptContent, lastIndex)) {