CoreWebView2FindOptions.FindTerm Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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