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.15.1
Syntax public string PostData { get; set; }
Property Value
Type:
StringThe POST data that will be sent with the request.
See Also