Skip to content

Commit d4be4a6

Browse files
authored
Update FindOnPage.md
removed c# section
1 parent 4788c42 commit d4be4a6

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

FindOnPage.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -496,24 +496,7 @@ interface ICoreWebView2Staging17 : IUnknown {
496496

497497
### CoreWebView2 Find Configuration and Direction
498498

499-
```csharp
500-
namespace Microsoft.Web.WebView2.Core
501-
{
502-
public enum CoreWebView2FindDirection
503-
{
504-
Forward,
505-
Backward
506-
}
507499

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-
```
517500

518501
### CoreWebView2 Find Interface
519502

0 commit comments

Comments
 (0)