1 write to Name
System.Web (1)
Configuration\HttpModuleAction.cs (1)
53
Name
= name;
7 references to Name
System.Web (7)
Configuration\HttpModuleAction.cs (4)
60
return
Name
;
108
_modualEntry = new ModulesEntry(
Name
, Type, _propType.Name, this);
148
if (HttpModuleAction.IsSpecialModuleName(elem.
Name
)) {
150
SR.GetString(SR.Special_module_cannot_be_added_manually, elem.
Name
),
Configuration\HttpModuleActionCollection.cs (3)
84
if (HttpModuleAction.IsSpecialModuleName(module.
Name
)) {
85
throw new ConfigurationErrorsException(SR.GetString(SR.Special_module_cannot_be_removed_manually, module.
Name
),
89
throw new ConfigurationErrorsException(SR.GetString(SR.Module_not_in_app, module.
Name
),