2 writes to _enableAsyncModelBinding
System.Web (2)
Util\AppSettings.cs (2)
130
if (settings == null || !Boolean.TryParse(settings["aspnet:EnableAsyncModelBinding"], out
_enableAsyncModelBinding
))
131
_enableAsyncModelBinding
= BinaryCompatibility.Current.TargetsAtLeastFramework46;
1 reference to _enableAsyncModelBinding
System.Web (1)
Util\AppSettings.cs (1)
513
return
_enableAsyncModelBinding
;