DotNetBrowser Documentation
DotNetBrowser Documentation
DotNetBrowser API Reference
DotNetBrowser.Navigation
LoadUrlParameters Class
LoadUrlParameters Constructor
LoadUrlParameters Properties
LoadUrlParameters Methods
LoadUrlParameters Constructor
Initializes a new instance of
LoadUrlParameters
with the specified
url
.
Namespace:
DotNetBrowser.Navigation
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax
C#
Copy
public
LoadUrlParameters
(
string
url
)
Parameters
url
Type:
System
String
The URL of the resource to load.
Exceptions
Exception
Condition
ArgumentException
The
url
is null, empty or contain only white space.
See Also
Reference
LoadUrlParameters Class
DotNetBrowser.Navigation Namespace
Copyright © 2023 TeamDev Ltd. All Rights Reserved.