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