IFrameGetTextAsync Method  | 
Version 104.4.240 
            Retrieve this frame's display text as a string sent to the specified visitor.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
SyntaxTask<string> GetTextAsync()
Task<String^>^ GetTextAsync()
Return Value
Type: 
TaskString
            a 
TaskTResult that when executed returns the frame's display text as a string.
            
See Also