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