2 writes to _allowRelaxedUnicodeDecoding
System.Web (2)
Util\AppSettings.cs (2)
100
if (settings == null || !Boolean.TryParse(settings["aspnet:AllowRelaxedUnicodeDecoding"], out
_allowRelaxedUnicodeDecoding
))
101
_allowRelaxedUnicodeDecoding
= false;
1 reference to _allowRelaxedUnicodeDecoding
System.Web (1)
Util\AppSettings.cs (1)
409
return
_allowRelaxedUnicodeDecoding
;