C# Class WinRTXamlToolkit.AwaitableUI.WebViewExtensions

Extension methods for WebView class.
显示文件 Open project: xyzzer/WinRTXamlToolkit

Public Methods

Method Description
NavigateAsync ( this webView, Uri source ) : System.Threading.Tasks.Task

Navigates to the given source URI and waits for the loading to complete or fail.

Method Details

NavigateAsync() public static method

Navigates to the given source URI and waits for the loading to complete or fail.
public static NavigateAsync ( this webView, Uri source ) : System.Threading.Tasks.Task
webView this
source Uri
return System.Threading.Tasks.Task