Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
WebBrowser Class
Navigate Method

  Switch on low bandwidth view
Members FilterMembers Filter
Frameworks FilterFrameworks Filter
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
WebBrowser..::.Navigate Method

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

  NameDescription
Public methodNavigate(String) Loads the document at the specified Uniform Resource Locator (URL) into the WebBrowser control, replacing the previous document.
Public methodSupported by the .NET Compact FrameworkNavigate(Uri) Loads the document at the location indicated by the specified Uri into the WebBrowser control, replacing the previous document.
Public methodNavigate(String, Boolean) Loads the document at the specified Uniform Resource Locator (URL) into a new browser window or into the WebBrowser control.
Public methodNavigate(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.
Public methodNavigate(Uri, Boolean) Loads the document at the location indicated by the specified Uri into a new browser window or into the WebBrowser control.
Public methodSupported by the .NET Compact FrameworkNavigate(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.
Public methodNavigate(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.
Public methodNavigate(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.
Top
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker