Click or drag to resize

PageClientCaptureSnapshotAsync Method

Version 130.1.90
Returns a snapshot of the page as a string. For MHTML format, the serialization includes iframes, shadow DOM, external resources, and element-inline styles.

Namespace: CefSharp.DevTools.Page
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Task<CaptureSnapshotResponse> CaptureSnapshotAsync(
	CaptureSnapshotFormat? format = null
)

Parameters

format  NullableCaptureSnapshotFormat  (Optional)
Format (defaults to mhtml).

Return Value

TaskCaptureSnapshotResponse
returns System.Threading.Tasks.Task<CaptureSnapshotResponse>
See Also