2 writes to _allowUtf7RequestContentEncoding
System.Web (2)
Util\AppSettings.cs (2)
97
if (settings == null || !Boolean.TryParse(settings["aspnet:AllowUtf7RequestContentEncoding"], out
_allowUtf7RequestContentEncoding
))
98
_allowUtf7RequestContentEncoding
= false;
1 reference to _allowUtf7RequestContentEncoding
System.Web (1)
Util\AppSettings.cs (1)
399
return
_allowUtf7RequestContentEncoding
;