InputHtmlFormControl Constructor |
Namespace:
NScrape.Forms
Assembly:
NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax public InputHtmlFormControl(
InputHtmlFormControlType type,
string name,
string value
)
Public Sub New (
type As InputHtmlFormControlType,
name As String,
value As String
)
public:
InputHtmlFormControl(
InputHtmlFormControlType type,
String^ name,
String^ value
)
new :
type : InputHtmlFormControlType *
name : string *
value : string -> InputHtmlFormControl
Parameters
- type
- Type: NScrape.FormsInputHtmlFormControlType
The control type to create.
- name
- Type: SystemString
The name of the control.
- value
- Type: SystemString
The control value.
See Also