You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: WebView2APISample/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Clone the repository and open the solution in Visual Studio. WebView2 is already
25
25
- Clone this repository
26
26
- Open the solution in Visual Studio 2019**
27
27
- Set the target you want to build (Debug/Release, x86/x64/ARM64)
28
-
- Build the solution file: WebView2APISample.sln
28
+
- Build the project file: `WebView2APISample.vcxproj`
29
29
30
30
That's it! Everything should be ready to just launch the app.
31
31
@@ -73,7 +73,7 @@ This component handles commands from the Process menu, which involve interaction
73
73
74
74
#### 6. SettingsComponent.cpp
75
75
76
-
This component handles commands from the Settings menu, and is also in charge of copying settings from an old WebView when a new one is created. Most code that interacts with the ICoreWebView2Settings interface can be found here.
76
+
This component handles commands from the Settings menu, and is also in charge of copying settings from an old WebView when a new one is created. Most code that interacts with the `ICoreWebView2Settings` interface can be found here.
77
77
78
78
#### 7. ViewComponent.cpp
79
79
@@ -87,7 +87,7 @@ This component is created when you select the Scenario/Web Messaging menu item.
87
87
88
88
#### 9. ScenarioAddRemoteObject.cpp and ScenarioAddRemoteObject.html
89
89
90
-
This component is created when you select the Scenario/Remote Objects menu item. It demonstrates communication between the native app and the HTML webpage by means of remote object injection. The interface of the remote object is declared in RemoteObjectSample.idl, and the object itself is implemented in RemoteObjectSampleImpl.cpp.
90
+
This component is created when you select the Scenario/Host Objects menu item. It demonstrates communication between the native app and the HTML webpage by means of remote object injection. The interface of the remote object is declared in `HostObjectSample.idl`, and the object itself is implemented in `HostObjectSampleImpl.cpp`.
91
91
92
92
## Key Functions
93
93
@@ -194,7 +194,7 @@ First, navigate to the ScenarioWebMessage application within the Sample App, usi
194
194
2. Click on Scenario
195
195
3. Click on Web Messaging
196
196
197
-
The WebView should display a simple webpage titled: "WebMessage sample page". The code for this page can be found in the ScenarioWebMessage.html file.
197
+
The WebView should display a simple webpage titled: "WebMessage sample page". The code for this page can be found in the `ScenarioWebMessage.html` file.
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
0 commit comments