Inserts a name/value pair into the list at the specified index,
using a value extracted from another QueryData object.
Namespace: Facilita.WebAssembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.7.98 (1.0.0.0)
Syntax
Parameters
- name
- Type: System String
The name to insert.
- queryData
- Type: Facilita.Web QueryData
The QueryData object from which to extract the value to add.
- index
- Type: System Int32
The zero-based position at which to insert the name/value pair in the list.
Remarks
This is equivalent to Insert(name, queryData.GetValue(name), index).
See Also