Gets the TextAreaElement with the specified name.
             
Namespace: Facilita.WebAssembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.8.37 (1.0.0.0)
Syntax
public TextAreaElement GetTextAreaElement( string name )
Parameters
- name
- Type: System String
 The name of the TextAreaElement to retrieve.
Return Value
The first TextAreaElement in the form that has the specified name.Exceptions
| Exception | Condition | 
|---|---|
| Facilita.Exception NoSuchValueException | The form does not contain a TextAreaElement with the specified name. | 
| Facilita.Exception BadValueException | The HtmlElement with the specified name is not a TextAreaElement. | 
See Also