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