HttpModuleAction Constructor (String, String)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Initializes a new instance of the HttpModuleAction class using the passed parameters.
Assembly: System.Web (in System.Web.dll)
Parameters
- name
-
Type:
System.String
The module name.
- type
-
Type:
System.String
A comma-separated list containing the module type name and the assembly information.
The module name is an alias you can use to associate event handlers with the module events. ASP.NET searches for the assembly DLL first in the application's private \bin directory and then in the Global Assembly Cache (GAC).
The following code example shows how to create an HttpModuleAction object.
.NET Framework
Available since 2.0
Available since 2.0
Show: