Click or drag to resize

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.13.0
Syntax
C#
public string PostData { get; set; }

Property Value

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