Click or drag to resize

MultipartFormDataData Property

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

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

Property Value

Type: IReadOnlyCollectionMultipartFormDataKeyValuePair

Implements

IUploadDataTData
See Also