Table of Contents
WebView.StartFindSession Method 

Starts a new find session.

Syntax
 public FindSession StartFindSession(
   string text,
   bool matchCase
);

Parameters

text
The text to be searched for.
matchCase
Whether to match case.

Return Value

Returns a FindSession object that can be used to navigate the find result.

See Also