Table of Contents

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

url string

The URL of the resource to load.

Exceptions

ArgumentException

The url is null, empty or contain only white space.