LoadUrlParameters Class |
Namespace: DotNetBrowser.Navigation
public sealed class LoadUrlParameters
The LoadUrlParameters type exposes the following members.
Name | Description | |
---|---|---|
![]() | LoadUrlParameters |
Initializes a new instance of LoadUrlParameters with the specified url.
|
Name | Description | |
---|---|---|
![]() | HttpHeaders |
Gets or sets the HTTP headers that will be sent with the request.
|
![]() | PostData | Obsolete.
Gets or sets the POST data 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.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |