We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a33d8c0 commit cb1913dCopy full SHA for cb1913d
1 file changed
FindOnPage.md
@@ -18,7 +18,8 @@ This method allows setting the search term and find parameters via the
18
`ICoreWebView2FindConfiguration` interface. Only one find session can be active per
19
webview environment. Starting another with the same configuration will adjust
20
the active match index based on the selected Find Direction.
21
-#### Create/Specify a Find Configuration
+### Create/Specify a Find Configuration
22
+#### WIN32 C++
23
24
```cpp
25
@@ -142,6 +143,7 @@ bool AppWindow::ExecuteFindWithCustomUI(const std::wstring& searchTerm)
142
143
}
144
//! [ExecuteFindWithCustomUI]
145
```
146
+#### .NET C#
147
```csharp
148
//! [ConfigureAndExecuteFindWithDefaultUI]
149
async Task ConfigureAndExecuteFindWithDefaultUIAsync(string searchTerm)
0 commit comments