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