Constructor LoadUrlParameters
- Namespace
 - DotNetBrowser.Navigation
 
- Assembly
 - DotNetBrowser.dll
 
LoadUrlParameters(string)
Initializes a new instance of LoadUrlParameters with the specified url.
public LoadUrlParameters(string url)
Parameters
urlstringThe URL of the resource to load.
Exceptions
- ArgumentException
 The
urlis null, empty or contain only white space.