Table of Contents

Method LoadURL

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

LoadURL(string)

Loads a web page from a URL.

void LoadURL(string url)

Parameters

url string

A string representing the URL of the document to load. If this parameter is null, WebBrowser navigates to a blank document.

Remarks

Web engines generally report errors asynchronously, so if you want to know whether loading process was successful, register to receive navigation error events.