The key-value pairs that represent segments of the form data.
Namespace:
DotNetBrowser.Net
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.26.1
Syntaxpublic IReadOnlyCollection<KeyValuePair<string, string>> Data { get; }
Property Value
Type:
IReadOnlyCollection<KeyValuePair<String,
String>>Implements
IUploadData<T>.Data
See Also