BasicFormCheckBoxControls Property |
Gets the HTML input checkbox controls contained within the form.
Namespace:
NScrape.Forms
Assembly:
NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax public IEnumerable<InputCheckBoxHtmlFormControl> CheckBoxControls { get; }
Public ReadOnly Property CheckBoxControls As IEnumerable(Of InputCheckBoxHtmlFormControl)
Get
public:
property IEnumerable<InputCheckBoxHtmlFormControl^>^ CheckBoxControls {
IEnumerable<InputCheckBoxHtmlFormControl^>^ get ();
}
member CheckBoxControls : IEnumerable<InputCheckBoxHtmlFormControl> with get
Property Value
Type:
IEnumerableInputCheckBoxHtmlFormControlSee Also