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; }
Public ReadOnly Property TextAreaControls As IEnumerable(Of TextAreaHtmlFormControl)
Get
public:
property IEnumerable<TextAreaHtmlFormControl^>^ TextAreaControls {
IEnumerable<TextAreaHtmlFormControl^>^ get ();
}
member TextAreaControls : IEnumerable<TextAreaHtmlFormControl> with get
Property Value
Type:
IEnumerableTextAreaHtmlFormControlSee Also