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.23.2
Syntax public UploadData UploadData { get; set; }
Property Value
Type:
UploadDataThe POST upload data that will be sent with the request.
See Also