Class UriWebServices.Lyrics
- Namespace
- SunamoUriWebServices
- Assembly
- SunamoUriWebServices.dll
Provides lyrics search URL templates.
public static class UriWebServices.Lyrics
- Inheritance
-
UriWebServices.Lyrics
- Inherited Members
Fields
AzlyricsCom
AZLyrics search URL template.
public const string AzlyricsCom = "https://search.azlyrics.com/search.php?q=%s"
Field Value
GeniusCom
Genius search URL template.
public const string GeniusCom = "https://genius.com/search?q=%s"
Field Value
WwwLyricsCom
Lyrics.com search URL template.
public const string WwwLyricsCom = "https://www.lyrics.com/lyrics/%s"
Field Value
WwwMetrolyricsCom
MetroLyrics search URL template.
public const string WwwMetrolyricsCom = "https://www.metrolyrics.com/search.html?search=%s"
Field Value
WwwMusixmatchCom
Musixmatch search URL template.
public const string WwwMusixmatchCom = "https://www.musixmatch.com/search/%s"
Field Value
Properties
All
All lyrics search URL templates.
public static List<string> All { get; set; }