frameInfos property

List<FrameInfo>? frameInfos
getter/setter pair

The collection of FrameInfos for frames in the WebView that were being rendered by the failed process.

The content in these frames is replaced with an error page. This is only available when ProcessFailedKind is ProcessFailedKind.FRAME_RENDER_PROCESS_EXITED; frames is null for all other process failure kinds, including the case in which the failed process was the renderer for the main frame and subframes within it, for which the failure kind is ProcessFailedKind.RENDER_PROCESS_EXITED.

Officially Supported Platforms/Implementations:

  • Windows WebView2

Implementation

List<FrameInfo>? frameInfos;