Response Extract Method C# API
Overload List

  NameDescription
Public methodExtract(List String , String)
Extracts text from the response content - everything between (but not including) the specified list of before and after string objects - returning an empty string if they cannot be found.
Public methodExtract(String, String)
Extracts text from the response content - everything between (but not including) the specified before and after string objects - returning an empty string if they cannot be found.
Public methodExtract(List String , String, ActionType)
Extracts text from the response content - everything between (but not including) the specified list of before and after string objects - returning an empty string if they cannot be found, and specifying what action to take in case of failure.
Public methodExtract(List String , String, Boolean)
Extracts text from the response content - everything between (but not including) the specified list of before and after string objects - returning an empty string if they cannot be found, and specifying whether the search will be case-sensitive.
Public methodExtract(List String , String, String)
Extracts text from the response content - everything between (but not including) the specified list of before and after string objects - returning the defaultValue if they cannot be found.
Public methodExtract(String, String, ActionType)
Extracts text from the response content - everything between (but not including) the specified before and after string objects - returning an empty string if they cannot be found, and specifying what action to take in case of failure.
Public methodExtract(String, String, Boolean)
Extracts text from the response content - everything between (but not including) the specified before and after string objects - returning an empty string if they cannot be found, and specifying whether the search will be case-sensitive.
Public methodExtract(String, String, String)
Extracts text from the response content - everything between (but not including) the specified before and after string objects - returning the defaultValue if they cannot be found.
Public methodExtract(ExtractionCursor, List String , String)
Extracts text from the response content - everything between (but not including) the specified list of before and after string objects - returning an empty string if they cannot be found.
Public methodExtract(ExtractionCursor, String, String)
Extracts text from the response content - everything between (but not including) the specified before and after string objects - returning an empty string if they cannot be found.
Public methodExtract(List String , String, ActionType, Boolean)
Extracts text from the response content - everything between (but not including) the specified list of before and after string objects - returning an empty string if they cannot be found, specifying whether the search will be case-sensitive, and what action to take in case of failure.
Public methodExtract(List String , String, String, Boolean)
Extracts text from the response content - everything between (but not including) the specified list of before and after string objects - returning the defaultValue if they cannot be found, and specifying whether the search will be case-sensitive.
Public methodExtract(String, String, ActionType, Boolean)
Extracts text from the response content - everything between (but not including) the specified before and after string objects - returning an empty string if they cannot be found, specifying whether the search will be case-sensitive, and specifying what action to take in case of failure.
Public methodExtract(String, String, String, Boolean)
Extracts text from the response content - everything between (but not including) the specified before and after string objects - returning the defaultValue if they cannot be found, and specifying whether the search will be case-sensitive.
Public methodExtract(ExtractionCursor, List String , String, ActionType)
Extracts text from the response content - everything between (but not including) the specified list of before and after string objects - returning an empty string if they cannot be found, and specifying what action to take in case of failure.
Public methodExtract(ExtractionCursor, List String , String, Boolean)
Extracts text from the response content - everything between (but not including) the specified list of before and after string objects - returning an empty string if they cannot be found, and specifying whether the search will be case-sensitive.
Public methodExtract(ExtractionCursor, List String , String, String)
Extracts text from the response content - everything between (but not including) the specified list of before and after string objects - returning the defaultValue if they cannot be found.
Public methodExtract(ExtractionCursor, String, String, ActionType)
Extracts text from the response content - everything between (but not including) the specified before and after string objects - returning an empty string if they cannot be found, and specifying what action to take in case of failure.
Public methodExtract(ExtractionCursor, String, String, SearchFlags)
Extracts text from the response content - everything between (but not including) the specified before and after string objects - returning an empty string if they cannot be found.
Public methodExtract(ExtractionCursor, String, String, Boolean)
Extracts text from the response content - everything between (but not including) the specified before and after string objects - returning an empty string if they cannot be found, and specifying whether the search will be case-sensitive.
Public methodExtract(ExtractionCursor, String, String, String)
Extracts text from the response content - everything between (but not including) the specified before and after string objects - returning the defaultValue if they cannot be found.
Public methodExtract(ExtractionCursor, List String , String, ActionType, Boolean)
Extracts text from the response content - everything between (but not including) the specified list of before and after string objects - returning an empty string if they cannot be found, specifying whether the search will be case-sensitive, and what action to take in case of failure.
Public methodExtract(ExtractionCursor, List String , String, String, Boolean)
Extracts text from the response content - everything between (but not including) the specified list of before and after string objects - returning the defaultValue if they cannot be found, and specifying whether the search will be case-sensitive.
Public methodExtract(ExtractionCursor, String, String, ActionType, Boolean)
Extracts text from the response content - everything between (but not including) the specified before and after string objects - returning an empty string if they cannot be found, specifying whether the search will be case-sensitive, and specifying what action to take in case of failure.
Public methodExtract(ExtractionCursor, String, String, SearchFlags, Boolean)
Extracts text from the response content - everything between (but not including) the specified before and after string objects - returning an empty string if they cannot be found, and specifying whether the search will be case-sensitive.
Public methodExtract(ExtractionCursor, String, String, String, Boolean)
Extracts text from the response content - everything between (but not including) the specified before and after string objects - returning the defaultValue if they cannot be found, and specifying whether the search will be case-sensitive.
Back to Top
See Also