From c0626112d03bf49df59e5ef81d575c2b64548ed3 Mon Sep 17 00:00:00 2001 From: maxwellmyers <161385346+maxwellmyers@users.noreply.github.com> Date: Tue, 30 Jul 2024 13:19:54 -0700 Subject: [PATCH] Update FindOnPage.md Co-authored-by: MikeHillberg <18429489+MikeHillberg@users.noreply.github.com> --- FindOnPage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FindOnPage.md b/FindOnPage.md index 2b6ef1d9..46343c8a 100644 --- a/FindOnPage.md +++ b/FindOnPage.md @@ -24,7 +24,7 @@ completion, match count changes, and match index changes. #### Description -To initiate a find operation in a WebView2 control, use the `StartFind` method. +To initiate a find operation in a WebView2 control, use the `StartFindAsync` method. This method allows setting the find term and find parameters via the `ICoreWebView2FindConfiguration` interface. Only one find session can be active per webview environment. Starting another with the same configuration will adjust