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