C# Class ConvertURL, devryweb460store

Mostrar archivo Open project: jasonhuber/devryweb460store Class Usage Examples

Public Methods

Method Description
IsValidURL ( string strurl ) : bool
ShortenURL ( string strUrl, ShortURLProvider eService ) : string

Private Methods

Method Description
GetRequestTemplate ( ShortURLProvider eService ) : string

Method Details

IsValidURL() public static method

public static IsValidURL ( string strurl ) : bool
strurl string
return bool

ShortenURL() public static method

public static ShortenURL ( string strUrl, ShortURLProvider eService ) : string
strUrl string
eService ShortURLProvider
return string