3 references to Value
System.Web.Extensions (3)
UI\ScriptRegistrationManager.cs (3)
480value = "\"" + HttpUtility.JavaScriptStringEncode(activeRegistration.Value) + "\""; 482else if (activeRegistration.Value != null) { 483value = "\"" + activeRegistration.Value + "\"";