Skip to content

Commit

Permalink
Update FindOnPage.md
Browse files Browse the repository at this point in the history
Co-authored-by: MikeHillberg <[email protected]>
  • Loading branch information
maxwellmyers and MikeHillberg authored Jul 30, 2024
1 parent c40a79b commit c062611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FindOnPage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c062611

Please sign in to comment.