Click or drag to resize
IFrameGetText Method
Version 51.0.0
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: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 51.0.0.0 (51.0.0.0)
Syntax
void GetText(
	IStringVisitor visitor
)

Parameters

visitor
Type: CefSharpIStringVisitor
visitor will recieve string values asynchronously
See Also