IFrameGetSourceAsync Method  | 
Version 87.1.132 
            Retrieve this frame's HTML source as a string sent to the specified visitor.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.0)
SyntaxTask<string> GetSourceAsync()
Task<String^>^ GetSourceAsync()
Return Value
Type: 
TaskString
            a 
TaskTResult that when executed returns this frame's HTML source as a string.
            
See Also