We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 571626f commit 4257d86Copy full SHA for 4257d86
FindOnPage.md
@@ -242,7 +242,7 @@ within a WebView2 control using the `ActiveMatchIndex` property.
242
```
243
#### .NET C#
244
```csharp
245
-public async Task<int> GetActiveMatchIndexAsync()
+public Task<int> GetActiveMatchIndex()
246
{
247
var webViewFind = webView.CoreWebView2.Find; // Assuming webView is your WebView2 control
248
var activeMatchIndex = webViewFind.ActiveMatchIndex();
0 commit comments