IUserInformerNavigateTo(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.74.9654.0
C#
bool NavigateTo(
	string url
)

Parameters

url  String
URI string to parse, check and navigate to.

Return Value

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

See Also