IFrameGetTextAsync Method |
Version 55.0.0
Retrieve this frame's display text as a string sent to the specified visitor.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 55.0.0.0 (55.0.0.0)
Syntax Task<string> GetTextAsync()
Task<String^>^ GetTextAsync()
Return Value
Type:
TaskString
a
TaskTResult that when executed returns the frame's display text as a string.
See Also