Skip to content

Commit cb1913d

Browse files
authored
Update FindOnPage.md
1 parent a33d8c0 commit cb1913d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

FindOnPage.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ This method allows setting the search term and find parameters via the
1818
`ICoreWebView2FindConfiguration` interface. Only one find session can be active per
1919
webview environment. Starting another with the same configuration will adjust
2020
the active match index based on the selected Find Direction.
21-
#### Create/Specify a Find Configuration
21+
### Create/Specify a Find Configuration
22+
#### WIN32 C++
2223

2324
```cpp
2425

@@ -142,6 +143,7 @@ bool AppWindow::ExecuteFindWithCustomUI(const std::wstring& searchTerm)
142143
}
143144
//! [ExecuteFindWithCustomUI]
144145
```
146+
#### .NET C#
145147
```csharp
146148
//! [ConfigureAndExecuteFindWithDefaultUI]
147149
async Task ConfigureAndExecuteFindWithDefaultUIAsync(string searchTerm)

0 commit comments

Comments
 (0)