Click or drag to resize
URLShortenerHelper Methods

The URLShortenerHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetAvailableURLShorteners
Creates a collection of available URL shorteners, and returns it.
Protected methodGetAvailableURLShortenersInternal
Creates a collection of available URL shorteners, and returns it.
Public methodStatic memberGetDefaultURLShortenerForSocialNetwork
Retrieves the URL shortener for the specified social network posts, and returns it.
Protected methodGetDefaultURLShortenerForSocialNetworkInternal
Retrieves the URL shortener for the specified social network posts, and returns it.
Protected methodGetShortenedURLInternal
Shortens provided URL
Protected methodGetURLForShortening
Prepares any found URL for shortening.
Protected methodIsURLShortened
Determines whether an URL is shortened or to be shortened.
Public methodStatic memberIsURLShortenerAvailable
Provides information about availability of the URL shortener. If specified shortener is configured for given site, true is returned. False otherwise. If shortener is URLShortenerTypeEnum.None, true is returned as this shortener is always available.
Protected methodIsURLShortenerAvailableInternal
Provides information about availability of the URL shortener. If specified shortener is configured for given site, true is returned. False otherwise. If shortener is URLShortenerTypeEnum.None, true is returned as this shortener is always available.
Public methodSetAsDefaultHelper
Sets this object as the default helper
(Inherited from AbstractHelperHelperType.)
Public methodStatic memberShortenURLsInText
Shortens URLs in given text using selected URL shortener. Throws an exception if shortener is not available for the given site.
Protected methodShortenURLsInTextInternal
Shortens all URLs in provided text. Returns the same text with all URLs shortened by the specified shortener. If shortener is URLShortenerTypeEnum.None, original inputText is returned.
Top
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Top
See Also