Click or drag to resize

ShortUrl Class

Note: This API is now obsolete.

Provides a way to shorten a URL using the bit.ly API
Inheritance Hierarchy
SystemObject
  NetQuarryShortUrl

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[ObsoleteAttribute("Deprecated -- Use the Bitly service which implements the IShortUrl interface.")]
public static class ShortUrl
Methods
  NameDescription
Public methodStatic memberShorten(String)
Shortens the url.
Public methodStatic memberShorten(String, String, String) Obsolete.
Shortens the url.
Top
See Also