Version 104.4.240 
            Retrieve this frame's display text as a string sent to the specified visitor. 
            Use the 
GetTextAsync method for a Task based async wrapper
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntaxvoid GetText(
	IStringVisitor visitor
)
void GetText(
	IStringVisitor^ visitor
)
Parameters
- visitor
 - Type: CefSharpIStringVisitor
visitor will receive string values asynchronously 
See Also