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