LaunchUri.Launch(String) Method

Definition

Launch a UWP slate app. In most cases, your experience can continue running while the launched app renders on top.

public:
 void Launch(System::String ^ uri);
public void Launch (string uri);
member this.Launch : string -> unit
Public Sub Launch (uri As String)

Parameters

uri
String

Url of the web page or app to launch. See https://docs.microsoft.com/windows/uwp/launch-resume/launch-default-app for more information about the protocols that can be used when launching apps.

Applies to