Skip to content

Commit 4b3e3dd

Browse files
authored
Prepared README.md for onboarding sample (#21)
1 parent d0af49f commit 4b3e3dd

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
1+
---
2+
description: "A web browser built with the Microsoft Edge WebView2 control."
3+
extendedZipContent:
4+
-
5+
path: LICENSE
6+
target: LICENSE
7+
languages:
8+
- cpp
9+
page_type: sample
10+
products:
11+
- microsoft-edge
12+
urlFragment: webview2browser
13+
---
114
# WebView2Browser
215

316
A web browser built with the [Microsoft Edge WebView2](https://aka.ms/webview2) control.
417

5-
![WebView2Browser](screenshots/WebView2Browser.png)
18+
![WebView2Browser](https://raw.githubusercontent.com/MicrosoftEdge/WebView2Browser/master/screenshots/WebView2Browser.png)
619

720
WebView2Browser is a sample Windows desktop application demonstrating the WebView2 control capabilities. It is built as a Win32 [Visual Studio 2019](https://visualstudio.microsoft.com/vs/) project and makes use of both C++ and JavaScript in the WebView2 environment to power its features.
821

@@ -72,7 +85,7 @@ WebView2Browser has a multi-WebView approach to integrate web content and applic
7285

7386
The multi-WebView approach involves using two separate WebView environments (each with its own user data directory): one for the UI WebViews and the other for all content WebViews. UI WebViews (controls and options dropdown) use the UI environment while web content WebViews (one per tab) use the content environment.
7487

75-
![Browser layout](screenshots/layout.png)
88+
![Browser layout](https://raw.githubusercontent.com/MicrosoftEdge/WebView2Browser/master/screenshots/layout.png)
7689

7790
## Features
7891

0 commit comments

Comments
 (0)