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