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
)
Function ShortenUrl (
url As String
) As String
Parameters
- url
- Type: SystemString
The URL to shorten.
Return Value
Type:
StringThe shortened URL.
See Also