SearchQuery(String, String, String) Constructor

Initializes a new instance of the SearchQuery class.

Definition

Namespace: DevCase.ThirdParty.FreeHardMusic
Assembly: DevCase.net48.ThirdParty.FreeHardMusic (in DevCase.net48.ThirdParty.FreeHardMusic.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public SearchQuery(
	string genre = "all",
	string country = "all",
	string year = "all"
)

Parameters

genre  String  (Optional)
The music genre. Default value is: "all"
country  String  (Optional)
The country of the band/artist. Default value is: "all"
year  String  (Optional)
The year that the album has been released. Default value is: "all"

Remarks

Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:

HtmlAgilityPack

See Also