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