DotNetBrowser
1.21.5
|
Represents search request parameters, that are used for searching text on a web page. More...
Public Member Functions | |
SearchParams (string searchText) | |
Constructs a new More... | |
SearchParams (string searchText, bool matchCase, bool forward) | |
Constructs a new More... | |
Properties | |
string | SearchText [get] |
Text to search. More... | |
bool | Forward [get] |
Direction to search. More... | |
bool | MatchCase [get] |
True if search is case-sensitive. More... | |
Represents search request parameters, that are used for searching text on a web page.
DotNetBrowser.SearchParams.SearchParams | ( | string | searchText | ) |
Constructs a new
SearchParams
instance. The default search parameters are set as shown below:
true
false
false
searchText | text to search |
DotNetBrowser.SearchParams.SearchParams | ( | string | searchText, |
bool | matchCase, | ||
bool | forward | ||
) |
Constructs a new
SearchParams
instance.
searchText | the text to search |
matchCase | true if search is case-sensitive |
forward | true to search forward, false to search backward |
ArgumentException | when searchText null |
|
get |
Direction to search.
|
get |
True if search is case-sensitive.
|
get |
Text to search.