Click or drag to resize

IFrame.GetSource Method

Version 73.1.130
Retrieve this frame's HTML source as a string sent to the specified visitor. Use the GetSourceAsync() method for a Task based async wrapper

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 73.1.130.0 (73.1.130.0)
Syntax
void GetSource(
	IStringVisitor visitor
)

Parameters

visitor
Type: CefSharp.IStringVisitor
visitor will recieve string values asynchronously
See Also