Freigeben über


CoreWebView2FindOptions.FindTerm Property

Definition

Gets or sets the word or phrase to be searched in the current page. You can set FindTerm to any text you want to find on the page. This will take effect the next time you call the Start() method.

public string FindTerm { get; set; }
member this.FindTerm : string with get, set
Public Property FindTerm As String

Property Value

Applies to