Browser Class
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.
Provides a way to display a web page inside an app.
public static class Browser
- Inheritance
-
System.ObjectBrowser
Methods
OpenAsync(String, BrowserLaunchMode) |
Open the browser to specified uri. |
OpenAsync(String, BrowserLaunchOptions) |
Open the browser to specified uri. |
OpenAsync(String) |
Open the browser to specified uri. |
OpenAsync(Uri, BrowserLaunchMode) |
Open the browser to specified uri. |
OpenAsync(Uri, BrowserLaunchOptions) |
Open the browser to specified uri. |
OpenAsync(Uri) |
Open the browser to specified uri. |