Response ExtractForm Method C# API
Overload List

  NameDescription
Public methodExtractForm(Int32)
Extracts the nth HTML Form from the response content.
Public methodExtractForm(String)
Extracts an HTML Form with the specified formName from the response content.
Public methodExtractForm(Int32, ActionType)
Extracts the nth HTML Form from the response content, and take the specified failAction if no matching form can be found.
Public methodExtractForm(String, ActionType)
Extracts an HTML Form with the specified formName from the response content, and take the specified failAction if no matching form can be found.
Back to Top
See Also