Form Index Property C# API
Gets the zero-based index of this Form within the Response from which it was extracted.

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

public int Index { get; }

Field Value

The index of this Form within the Response from which it was extracted.
Remarks

The 1st Form in a Response will have an index of zero, the 2nd form will have an index of one, etc.
See Also