Click or drag to resize

WeblinkConfiguratorIsValidWeblinkUrl Method

Returns true if the supplied weblink url is valid for the Zebra weblink server.

Namespace: Zebra.Sdk.Weblink
Assembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
public bool IsValidWeblinkUrl(
	string url
)

Parameters

url  String
Potential URL to a Zebra Weblink server.

Return Value

Boolean
true if the URL is a properly formed URL for the Zebra Weblink server.
See Also