LoadUrlParametersPostData Property |
Note: This API is now obsolete.
Gets or sets the POST data that will be sent with the request.
Namespace:
DotNetBrowser.Navigation
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax [ObsoleteAttribute("Use UploadData property instead.")]
public string PostData { get; set; }
Property Value
Type:
StringThe POST data that will be sent with the request.
See Also