Click or drag to resize

LoadUrlParametersUploadData Property

Gets or sets the POST upload data that will be sent with the request.

Namespace:  DotNetBrowser.Navigation
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.0
Syntax
C#
public UploadData UploadData { get; set; }

Property Value

Type: UploadData
The POST upload data that will be sent with the request.
See Also