PageClientCaptureSnapshotAsync Method |
Version 87.1.132
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 (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.0)
Syntax public Task<CaptureSnapshotResponse> CaptureSnapshotAsync(
string format = null
)
public:
Task<CaptureSnapshotResponse^>^ CaptureSnapshotAsync(
String^ format = nullptr
)
Parameters
- format (Optional)
- Type: SystemString
Format (defaults to mhtml).
Return Value
Type:
TaskCaptureSnapshotResponsereturns System.Threading.Tasks.Task<CaptureSnapshotResponse>
See Also