2 references to JavaScriptStringEncode
System.Web.HttpUtility (2)
System\Web\HttpUtility.cs (2)
240public static string JavaScriptStringEncode(string? value) => HttpEncoder.JavaScriptStringEncode(value, false); 242public static string JavaScriptStringEncode(string? value, bool addDoubleQuotes) => HttpEncoder.JavaScriptStringEncode(value, addDoubleQuotes);