Click or drag to resize

IFrame.GetSourceAsync Method

Version 103.0.120
Retrieve this frame's HTML source as a string sent to the specified visitor.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 103.0.120.0 (103.0.120.0)
Syntax
Task<string> GetSourceAsync()

Return Value

Type: Task<String>
a Task<TResult> that when executed returns this frame's HTML source as a string.
See Also