LoadUrlParametersPostData Property  | 
 
                Gets or sets the POST data that will be sent with the request.
            
 
    Namespace: 
   DotNetBrowser.Navigation
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.17.0
Syntaxpublic string PostData { get; set; }Property Value
Type: 
StringThe POST data that will be sent with the request.
See Also