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)
<ConfigurationPropertyAttribute("allowDynamicModuleRegistration", DefaultValue := True)> Public Property AllowDynamicModuleRegistration As Boolean
Property Value
Type: System.Booleantrue if RegisterModule method calls are allowed; otherwise, false.
.NET Framework
Available since 4.5
Available since 4.5
Show: