Click or drag to resize

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.21.0
Syntax
C#
[ObsoleteAttribute("Use UploadData property instead.")]
public string PostData { get; set; }

Property Value

Type: String
The POST data that will be sent with the request.
See Also