Class LoadUrlParameters
- Namespace
- DotNetBrowser.Navigation
- Assembly
- DotNetBrowser.dll
The parameters of the load url request.
public sealed class LoadUrlParameters
- Inheritance
-
LoadUrlParameters
- Inherited Members
Constructors
- LoadUrlParameters(string)
Initializes a new instance of LoadUrlParameters with the specified
url
.
Properties
- HttpHeaders
Gets or sets the HTTP headers that will be sent with the request.
- UploadData
Gets or sets the POST upload data that will be sent with the request.
- Url
Gets the URL of the resource to load.