ILauncherLaunchUriAsync Method

Starts the default app associated with the URI scheme name for the specified URI.

Definition

Namespace: Avalonia.Platform.Storage
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
Task<bool> LaunchUriAsync(
	Uri uri
)

Parameters

uri  Uri
The URI.

Return Value

TaskBoolean
True, if launch operation was successful. False, if unsupported or failed.

See Also