Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HttpApplication::RegisterModule Method (Type^)

.NET Framework (current version)
 

Registers an application module.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
static void RegisterModule(
	Type^ moduleType
)

Parameters

moduleType
Type: System::Type^

The type of the module.

.NET Framework
Available since 4.5
Return to top
Show: