DOMClientGetSearchResultsAsync Method |
Version 98.1.210
Returns search results from given `fromIndex` to given `toIndex` from the search with the given
identifier.
Namespace:
CefSharp.DevTools.DOM
Assembly:
CefSharp (in CefSharp.dll) Version: 98.1.210.0 (98.1.210.0)
Syntax public Task<GetSearchResultsResponse> GetSearchResultsAsync(
string searchId,
int fromIndex,
int toIndex
)
public:
Task<GetSearchResultsResponse^>^ GetSearchResultsAsync(
String^ searchId,
int fromIndex,
int toIndex
)
Parameters
- searchId
- Type: SystemString
Unique search session identifier. - fromIndex
- Type: SystemInt32
Start index of the search result to be returned. - toIndex
- Type: SystemInt32
End index of the search result to be returned.
Return Value
Type:
TaskGetSearchResultsResponsereturns System.Threading.Tasks.Task<GetSearchResultsResponse>
See Also