Version 130.1.90
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: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax void GetText(
IStringVisitor visitor
)
void GetText(
IStringVisitor^ visitor
)
Parameters
- visitor IStringVisitor
- visitor will receive string values asynchronously
See Also