SessionsManager.OpenUrl(String) Method

Parses the specified string as absolute URI, checks it 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(
	string url
)

Parameters

url  String
URI string to parse, check and open.

Return Value

Boolean
true if the specified string is recognized as valid absolute URI and navigation is started.

See Also