Minor
4.5
Available
Starting with the .NET Framework 4.5, xref:System.Web.HttpUtility.JavaScriptStringEncode(System.String)?displayProperty=name escapes the ampersand (&) character.
- Quirked
- Build-time break
If your app depends on the previous behavior of this method, you can add an aspnet:JavaScriptDoNotEncodeAmpersand setting to the ASP.NET appSettings element in your configuration file.
M:System.Web.HttpUtility.JavaScriptStringEncode(System.String)
M:System.Web.HttpUtility.JavaScriptStringEncode(System.String,System.Boolean)
ASP.NET