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