Click or drag to resize

FormDataData Property

The key-value pairs that represent segments of the form data.

Namespace:  DotNetBrowser.Net
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public IReadOnlyCollection<KeyValuePair<string, string>> Data { get; }

Property Value

Type: IReadOnlyCollectionKeyValuePairString, String

Implements

IUploadDataTData
See Also