Version 106.0.290 
            Retrieve this frame's HTML source as a string sent to the specified visitor. 
            Use the 
GetSourceAsync method for a Task based async wrapper
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxvoid GetSource(
	IStringVisitor visitor
)
void GetSource(
	IStringVisitor^ visitor
)
Parameters
- visitor
 - Type: CefSharpIStringVisitor
visitor will receive string values asynchronously 
See Also