Click or drag to resize

IShortUrlShortenUrl Method

Shortens a URL.

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
string ShortenUrl(
	string url
)

Parameters

url
Type: SystemString
The URL to shorten.

Return Value

Type: String
The shortened URL.
See Also