SessionsManager.OpenUrl(Uri) Method

Checks the specified absolute URI and navigates to it in a platform specific way.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public bool OpenUrl(
	Uri url
)

Parameters

url  Uri
URI to check and open.

Return Value

Boolean
true if the specified URI is valid and navigation is started.

See Also