InputCheckBoxHtmlFormControl Constructor |
Namespace:
NScrape.Forms
Assembly:
NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax public InputCheckBoxHtmlFormControl(
string html
)
Public Sub New (
html As String
)
public:
InputCheckBoxHtmlFormControl(
String^ html
)
new :
html : string -> InputCheckBoxHtmlFormControl
Parameters
- html
- Type: SystemString
Contains the control HTML.
See Also