SessionsManagerOpenUrl(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.2.9018.0
C#
public bool OpenUrl(
	string url
)

Parameters

url  String
URI string to parse, check and open.

Return Value

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

See Also