IWebBrowser2.Navigate2(Object, 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 the browser to a location that might not be expressed as a URL, such as a pointer to an item identifier list (PIDL) for an entity in the Windows Shell namespace.
public void Navigate2 (ref object URL, ref object Flags, ref object TargetFrameName, ref object PostData, ref object Headers);
abstract member Navigate2 : obj * obj * obj * obj * obj -> unit
Public Sub Navigate2 (ByRef URL As Object, Optional ByRef Flags As Object, Optional ByRef TargetFrameName As Object, Optional ByRef PostData As Object, Optional ByRef Headers As Object)
Parameters
- URL
- Object
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.