BasicFormSelectControls Property |
Gets the HTML select controls contained within the form.
Namespace:
NScrape.Forms
Assembly:
NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax public IEnumerable<SelectHtmlFormControl> SelectControls { get; }
Public ReadOnly Property SelectControls As IEnumerable(Of SelectHtmlFormControl)
Get
public:
property IEnumerable<SelectHtmlFormControl^>^ SelectControls {
IEnumerable<SelectHtmlFormControl^>^ get ();
}
member SelectControls : IEnumerable<SelectHtmlFormControl> with get
Property Value
Type:
IEnumerableSelectHtmlFormControlSee Also