Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1.86 KB

File metadata and controls

54 lines (35 loc) · 1.86 KB
title WebView2 API Reference
description API Reference for Microsoft Edge WebView2 SDK.
author MSEdgeTeam
ms.author msedgedevrel
ms.topic conceptual
ms.prod microsoft-edge
ms.technology webview
ms.date 02/08/2023

WebView2 API Reference

The Microsoft Edge WebView2 control enables you to host web content in your application using Chromium-based Microsoft Edge as the rendering engine.

WebView2 is available for the following frameworks or platforms:


JavaScript

On the web side of a WebView2 app, WebView2 exposes JavaScript APIs to the HTML documents that are running within the WebView2 control. These JavaScript APIs are mostly to support communication with the host application.

See also