2 references to GetType
System.Web (2)
Configuration\ConfigUtil.cs (1)
82
return
GetType
(typeName, propertyName, configElement, checkAptcaBit, false);
Configuration\ProvidersHelper.cs (1)
28
Type t = ConfigUtil.
GetType
(pnType, "type", providerSettings, true, true);