WebUIView.Navigate(Uri) 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.
Loads the HTML content at the specified Uniform Resource Identifier (URI).
public:
virtual void Navigate(Uri ^ source) = Navigate;
void Navigate(Uri const& source);
public void Navigate(System.Uri source);
function navigate(source)
Public Sub Navigate (source As Uri)
Parameters
Implements
M:Windows.Web.UI.IWebViewControl.Navigate(Windows.Foundation.Uri)
M:Windows.Web.UI.IWebViewControl.Navigate(System.Uri)