Click or drag to resize

IFrameGetSource Method

Version 130.1.90
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: 129.0.110.0 (129.0.110.0)
Syntax
void GetSource(
	IStringVisitor visitor
)

Parameters

visitor  IStringVisitor
visitor will receive string values asynchronously
See Also