AlbumInfoDownloadLinks Property
Gets the urls to download the album. It can be a single url, or multiple of them.
Namespace: DevCase.ThirdParty.FreeHardMusicAssembly: 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 ReadOnlyCollection<string> DownloadLinks { get; }
Public ReadOnly Property DownloadLinks As ReadOnlyCollection(Of String)
Get
Dim instance As AlbumInfo
Dim value As ReadOnlyCollection(Of String)
value = instance.DownloadLinks
public:
property ReadOnlyCollection<String^>^ DownloadLinks {
ReadOnlyCollection<String^>^ get ();
}
member DownloadLinks : ReadOnlyCollection<string> with get
No code example is currently available or this language may not be supported.
Property Value
ReadOnlyCollectionString
The urls to download the album. It can be a single url, or multiple of them.
Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:
HtmlAgilityPack