HttpHandlerAction Constructor (String, String, String)
.NET Framework (current version)
Initializes a new instance of the HttpHandlerAction class using the passed parameters.
Assembly: System.Web (in System.Web.dll)
Parameters
- path
-
Type:
System.String
The HttpHandlerAction URL path.
- type
-
Type:
System.String
A comma-separated class/assembly combination consisting of version, culture, and public-key tokens.
- verb
-
Type:
System.String
A comma-separated list of HTTP verbs (for example, "GET, PUT, POST").
The HttpHandlerAction constructor is not intended to be used directly from your code. It is called by the ASP.NET configuration system. You obtain an instance of the HttpHandlerAction class by using the Handlers property.
.NET Framework
Available since 2.0
Available since 2.0
Show: