Skip to content

Commit 46fe4b6

Browse files
committed
remove ?view in regular articles
1 parent 6672d4c commit 46fe4b6

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

microsoft-edge/webview2/concepts/browser-features.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The following table displays the WebView2 features that differ from the Microsof
5151
| Browser Task Manager | Off | No | This feature is turned off. |
5252
| Collections | Off | No | This feature is turned off. |
5353
| Continue-where-I-left-off prompt | Off | No | This feature is turned off. |
54-
| Downloads | On | Yes | WebView2 provides an API that allows you to customize the download UI to manipulate downloads. For example, you can block, redirect, save, pause, and so on. For more information, see [Download API](/microsoft-edge/webview2/reference/win32/icorewebview2_4?view=webview2-1.0.902-prerelease&preserve-view=true#add_downloadstarting). |
54+
| Downloads | On | Yes | WebView2 provides an API that allows you to customize the download UI to manipulate downloads. For example, you can block, redirect, save, pause, and so on. For more information, see [Download API](/microsoft-edge/webview2/reference/win32/icorewebview2_4#add_downloadstarting). |
5555
| Edge Shopping | Off | No | This feature is turned off. |
5656
| Family Safety | Off | No | This feature is turned off. |
5757
| Favorites | Off | No | This feature is turned off. |
@@ -213,4 +213,4 @@ If you set `AreBrowserAcceleratorKeysEnabled` to `FALSE`, the following addition
213213
<!-- ------------------------------ -->
214214
#### Customizing an individual key
215215

216-
To customize any of the keys individually, use the [AcceleratorKeyPressed](/dotnet/api/microsoft.web.webview2.core.corewebview2controller.acceleratorkeypressed?view=webview2-dotnet-1.0.774.44&preserve-view=true) event.
216+
To customize any of the keys individually, use the [AcceleratorKeyPressed](/dotnet/api/microsoft.web.webview2.core.corewebview2controller.acceleratorkeypressed) event.

microsoft-edge/webview2/concepts/frames.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ See also:
295295
<!-- ====================================================================== -->
296296
## Modifying network events by using the `WebResourceRequested` event in iframes
297297

298-
![This feature is experimental](./frames-images/experimental-tag.png)
298+
![This feature is experimental](./frames-images/experimental-tag.png)<!-- todo: remove flag, update section? -->
299299

300300
For iframes, you can listen to network events and modify them, by using the `WebResourceRequested` event.
301301

microsoft-edge/webview2/get-started/win32.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,5 +581,5 @@ Congratulations, you've built a Win32 app that hosts and uses the WebView2 contr
581581
## See also
582582

583583
* [WebView2 sample apps](../code-samples-links.md)
584-
* [Windows Runtime C++ Template Library (WRL)](/cpp/cppcx/wrl/windows-runtime-cpp-template-library-wrl?view=vs-2019&preserve-view=true)
584+
* [Windows Runtime C++ Template Library (WRL)](/cpp/cppcx/wrl/windows-runtime-cpp-template-library-wrl)
585585
* [Windows Implementation Libraries (WIL)](https://github.com/Microsoft/wil) GitHub repo.

microsoft-edge/webview2/how-to/chromium-devtools-protocol.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ To use the Chrome DevTools Protocol API in a WebView2 app, do either of the foll
1818

1919
* Or, run one of the following methods:
2020

21-
* .NET: [CallDevToolsProtocolAsync](/dotnet/api/microsoft.web.webview2.core.corewebview2.calldevtoolsprotocolmethodasync?view=webview2-dotnet-1.0.774.44&preserve-view=true#Microsoft_Web_WebView2_Core_CoreWebView2_CallDevToolsProtocolMethodAsync_System_String_System_String_), [GetDevToolsProtocolEventReceiver](/dotnet/api/microsoft.web.webview2.core.corewebview2.getdevtoolsprotocoleventreceiver?view=webview2-dotnet-1.0.774.44&preserve-view=true)
21+
* .NET: [CallDevToolsProtocolAsync](/dotnet/api/microsoft.web.webview2.core.corewebview2.calldevtoolsprotocolmethodasync#Microsoft_Web_WebView2_Core_CoreWebView2_CallDevToolsProtocolMethodAsync_System_String_System_String_), [GetDevToolsProtocolEventReceiver](/dotnet/api/microsoft.web.webview2.core.corewebview2.getdevtoolsprotocoleventreceiver)
2222

23-
* Win32 C/C++: [CallDevToolsProtocolMethod](/microsoft-edge/webview2/reference/win32/icorewebview2?view=webview2-1.0.774.44&preserve-view=true#calldevtoolsprotocolmethod), [ICoreWebView2DevToolsProtocolEventReceiver](/microsoft-edge/webview2/reference/win32/icorewebview2devtoolsprotocoleventreceiver?view=webview2-1.0.774.44&preserve-view=true)
23+
* Win32 C/C++: [CallDevToolsProtocolMethod](/microsoft-edge/webview2/reference/win32/icorewebview2#calldevtoolsprotocolmethod), [ICoreWebView2DevToolsProtocolEventReceiver](/microsoft-edge/webview2/reference/win32/icorewebview2devtoolsprotocoleventreceiver)
2424

2525

2626
<!-- ====================================================================== -->

0 commit comments

Comments
 (0)