We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4788c42 commit d4be4a6Copy full SHA for d4be4a6
FindOnPage.md
@@ -496,24 +496,7 @@ interface ICoreWebView2Staging17 : IUnknown {
496
497
### CoreWebView2 Find Configuration and Direction
498
499
-```csharp
500
-namespace Microsoft.Web.WebView2.Core
501
-{
502
- public enum CoreWebView2FindDirection
503
- {
504
- Forward,
505
- Backward
506
- }
507
508
- public class CoreWebView2FindConfiguration
509
510
- public string FindTerm { get; set; }
511
- public CoreWebView2FindDirection FindDirection { get; set; }
512
- public bool IsCaseSensitive { get; set; }
513
- public bool ShouldMatchWord { get; set; }
514
515
-}
516
-```
517
518
### CoreWebView2 Find Interface
519
0 commit comments