Skip to content

Latest commit

 

History

History
63 lines (41 loc) · 2.46 KB

webview2-api-reference.md

File metadata and controls

63 lines (41 loc) · 2.46 KB
title description author ms.author ms.topic ms.service ms.subservice ms.date
WebView2 API Reference
API Reference for Microsoft Edge WebView2 SDK.
MSEdgeTeam
msedgedevrel
conceptual
microsoft-edge
webview
04/23/2024

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.

Platforms

WebView2 is available for the following frameworks or platforms:


Use all three tabs

Tip: When reading articles about WebView2, to see all available documentation for a type or member, click the links in all three tabs in the article: .NET/C#, WinRT/C#, and Win32/C++.

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