PageCrawlEndEventArgsAlbums Property

Gets a collection of AlbumInfo that contains the information of the albums that were crawled.

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 ReadOnlyCollection<AlbumInfo> Albums { get; }

Property Value

ReadOnlyCollectionAlbumInfo
A collection of AlbumInfo that contains the information of the albums that were crawled.

Remarks

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

HtmlAgilityPack

See Also