Click or drag to resize

LoadUrlParameters Constructor

Initializes a new instance of LoadUrlParameters with the specified url.

Namespace:  DotNetBrowser.Navigation
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public LoadUrlParameters(
	string url
)

Parameters

url
Type: SystemString
The URL of the resource to load.
Exceptions
ExceptionCondition
ArgumentExceptionThe url is null, empty or contain only white space.
See Also