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