Form ExtractWasSuccessful Property C# API
Gets a value that indicates whether this Form was successfully extracted from a Response using the ExtractForm(Int32) method.

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

public bool ExtractWasSuccessful { get; }

Field Value

true if this Form was successfully extracted from a Response; otherwise, false.
See Also