2 writes to _dontUsePercentUUrlEncoding
System.Web (2)
Util\AppSettings.cs (2)
103
if (settings == null || !Boolean.TryParse(settings["aspnet:DontUsePercentUUrlEncoding"], out
_dontUsePercentUUrlEncoding
))
104
_dontUsePercentUUrlEncoding
= BinaryCompatibility.Current.TargetsAtLeastFramework452; // default value is keyed off of <httpRuntime targetFramework="4.5.2" />
1 reference to _dontUsePercentUUrlEncoding
System.Web (1)
Util\AppSettings.cs (1)
421
return
_dontUsePercentUUrlEncoding
;