1 write to Type
System.Web (1)
Configuration\HttpModuleAction.cs (1)
54
Type
= type;
5 references to Type
System.Web (5)
Configuration\HttpModuleAction.cs (3)
108
_modualEntry = new ModulesEntry(Name,
Type
, _propType.Name, this);
141
if (HttpModuleAction.IsSpecialModule(elem.
Type
)) {
143
SR.GetString(SR.Special_module_cannot_be_added_manually, elem.
Type
),
Security\FileAuthorizationModule.cs (1)
78
if (Type.GetType(module.
Type
, false) == typeof(FileAuthorizationModule)) {
Security\UrlAuthorizationModule.cs (1)
84
if (Type.GetType(module.
Type
, false) == typeof(UrlAuthorizationModule)) {