SearchFlags EnumerationC# API
Used for searching for data with Correlation Rules. Signifies if the search should be within the response body (html), the response header(s) or both.

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public enum SearchFlags
Members

  Member nameValueDescription
SEARCH_IN_BODY1 Search in the HMTML body text only.
SEARCH_IN_HEADERS2 Search in the header(s) text only.
SEARCH_IN_BOTH3 Search in the HTML body text. If not found, then search in the header(s) text.
See Also