WebBrowser.Navigate Method (Uri, Byte(), String)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initiates a navigate request to the provided URI. This method allows customizable options for including posted form data and HTTP headers.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
'Declaration Public Sub Navigate ( _ uri As Uri, _ postData As Byte(), _ additionalHeaders As String _ )
Parameters
- uri
- Type: System.Uri
The URI to navigate to.
- postData
- Type:
System.Byte
()
The posted form data.
- additionalHeaders
- Type: System.String
The additional HTTP headers.
Show: