ShortUrlShorten Method (String) |
Shortens the url.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static string Shorten(
string url
)
Public Shared Function Shorten (
url As String
) As String
Parameters
- url
- Type: SystemString
The URL to shorten
Return Value
Type:
StringThe bit.ly URL.
See Also