HttpRuntimeSection::AllowDynamicModuleRegistration Property
.NET Framework (current version)
Gets or sets a value that indicates whether RegisterModule method calls are allowed. The default is true.
Assembly: System.Web (in System.Web.dll)
public: [ConfigurationPropertyAttribute("allowDynamicModuleRegistration", DefaultValue = true)] property bool AllowDynamicModuleRegistration { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if RegisterModule method calls are allowed; otherwise, false.
.NET Framework
Available since 4.5
Available since 4.5
Show: