Click or drag to resize

IFrameGetSourceAsync Method

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

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

Return Value

Type: TaskString
a TaskTResult that when executed returns this frame's HTML source as a string.
See Also