Click or drag to resize

IFrame.GetTextAsync Method

Version 111.2.70
Retrieve this frame's display text as a string sent to the specified visitor.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 111.2.70.0 (111.2.70.0)
Syntax
Task<string> GetTextAsync()

Return Value

Type: Task<String>
a Task<TResult> that when executed returns the frame's display text as a string.
See Also