Method LoadURL
LoadURL(string?)
Loads a web page from a URL.
public virtual void LoadURL(string? url = null)
Parameters
url
stringA 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.