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: 2.14.1869
Syntax
public bool IsValidWeblinkUrl(
	string url
)

Parameters

url
Type: SystemString
Potential URL to a Zebra Weblink server.

Return Value

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