Version 55.0.0
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: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 55.0.0.0 (55.0.0.0)
Syntax void GetSource(
IStringVisitor visitor
)
void GetSource(
IStringVisitor^ visitor
)
Parameters
- visitor
- Type: CefSharpIStringVisitor
visitor will recieve string values asynchronously
See Also