Share via


HtmlControl.Navigate Method

Include Protected Members
Include Inherited Members

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

Loads the document at the specified location into the WebBrowser control.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

 

Name

Description

Public method

Navigate(Uri)

Loads the document at the location indicated by the specified Uri into the WebBrowser control, replacing the previous document. (Inherited from WebBrowser.)

Public method

Navigate(String)

Loads the document at the specified Uniform Resource Locator (URL) into the WebBrowser control, replacing the previous document. (Inherited from WebBrowser.)

Public method

Navigate(Uri, String)

Loads the document at the location indicated by the specified Uri into the WebBrowser control, replacing the contents of the Web page frame with the specified name. (Inherited from WebBrowser.)

Public method

Navigate(String, String)

Loads the document at the specified Uniform Resource Locator (URL) into the WebBrowser control, replacing the contents of the Web page frame with the specified name. (Inherited from WebBrowser.)

Public method

Navigate(Uri, Boolean)

Loads the document at the location indicated by the specified Uri into a new browser window or into the WebBrowser control. (Inherited from WebBrowser.)

Public method

Navigate(String, Boolean)

Loads the document at the specified Uniform Resource Locator (URL) into a new browser window or into the WebBrowser control. (Inherited from WebBrowser.)

Public method

Navigate(Uri, String, array<Byte[], String)

Loads the document at the location indicated by the specified Uri into the WebBrowser control, requesting it using the specified HTTP data and replacing the contents of the Web page frame with the specified name. (Inherited from WebBrowser.)

Public method

Navigate(String, String, array<Byte[], String)

Loads the document at the specified Uniform Resource Locator (URL) into the WebBrowser control, requesting it using the specified HTTP data and replacing the contents of the Web page frame with the specified name. (Inherited from WebBrowser.)

Top

See Also

Reference

HtmlControl Class

HtmlControl Members

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace