2 writes to _restrictXmlControls
System.Web (2)
Util\AppSettings.cs (2)
88
if (settings == null || !Boolean.TryParse(settings["aspnet:RestrictXmlControls"], out
_restrictXmlControls
))
89
_restrictXmlControls
= false;
1 reference to _restrictXmlControls
System.Web (1)
Util\AppSettings.cs (1)
368
return
_restrictXmlControls
;