Click or drag to resize

BasicFormTextAreaControls Property

Gets the HTML textarea controls contained within the form.

Namespace:  NScrape.Forms
Assembly:  NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax
public IEnumerable<TextAreaHtmlFormControl> TextAreaControls { get; }

Property Value

Type: IEnumerableTextAreaHtmlFormControl
See Also