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