DOMNodeTextValue Property |
Version 88.2.90
Only set for textarea elements, contains the text value.
Namespace:
CefSharp.DevTools.DOMSnapshot
Assembly:
CefSharp (in CefSharp.dll) Version: 88.2.90.0 (88.2.90.0)
Syntax public string TextValue { get; set; }
public:
property String^ TextValue {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also