IWebBrowser2.Navigate(String, Object, Object, Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Navigates to a resource identified by a URL or to a file identified by a full path.
public void Navigate (string URL, ref object Flags, ref object TargetFrameName, ref object PostData, ref object Headers);
abstract member Navigate : string * obj * obj * obj * obj -> unit
Public Sub Navigate (URL As String, Optional ByRef Flags As Object, Optional ByRef TargetFrameName As Object, Optional ByRef PostData As Object, Optional ByRef Headers As Object)
Parameters
- URL
- String
Specifies the URL.
- Flags
- Object
Specifies the flags.
- TargetFrameName
- Object
Specifies the target frame name.
- PostData
- Object
Specifies the post data.
- Headers
- Object
Specifies the headers.