Inserts a name/value pair into the list at the specified index.
             
Namespace: Facilita.WebAssembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.8.37 (1.0.0.0)
Syntax
Parameters
- name
- Type: System String
 The name to insert.
- value
- Type: System String
 The value to insert.
- index
- Type: System Int32
 The zero-based position at which to insert the name/value pair in the list.
See Also