Click or drag to resize

IFrameGetTextAsync Method

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

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

Return Value

Type: TaskString
a TaskTResult that when executed returns the frame's display text as a string.
See Also