Table of Contents

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

string

GeniusCom

Genius search URL template.

public const string GeniusCom = "https://genius.com/search?q=%s"

Field Value

string

WwwLyricsCom

Lyrics.com search URL template.

public const string WwwLyricsCom = "https://www.lyrics.com/lyrics/%s"

Field Value

string

WwwMetrolyricsCom

MetroLyrics search URL template.

public const string WwwMetrolyricsCom = "https://www.metrolyrics.com/search.html?search=%s"

Field Value

string

WwwMusixmatchCom

Musixmatch search URL template.

public const string WwwMusixmatchCom = "https://www.musixmatch.com/search/%s"

Field Value

string

Properties

All

All lyrics search URL templates.

public static List<string> All { get; set; }

Property Value

List<string>