AddHttpHandlerAction Constructor |
Namespace: Kettic.AspNet.Controls.DesignAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public AddHttpHandlerAction(
IComponent component,
string path,
Type type
)
Public Sub New (
component As IComponent,
path As String,
type As Type
)
public:
AddHttpHandlerAction(
IComponent^ component,
String^ path,
Type^ type
)
new :
component : IComponent *
path : string *
type : Type -> AddHttpHandlerAction
Parameters
- component
- Type: System.ComponentModelIComponent
- path
- Type: SystemString
- type
- Type: SystemType
See Also