Adds a name/value pair to the end of the list,
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 add.
- queryData
- Type: Facilita.Web QueryData
The QueryData object from which to extract the value to add.
Remarks
This is equivalent to Add(name, queryData.GetValue(name)).
See Also