AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="0.9.6" />

.NET API 1,261,568 bytes

 IHtmlSourceElement

Represents the source HTML element.
string Media { get; set; }

Gets or sets the intended type of the media resource.

string Sizes { get; set; }

Gets or sets the sizes if used in conjunction with a picture.

string Source { get; set; }

Gets or sets the URL for a media resource. Is ignored when used for the picture element.

string SourceSet { get; set; }

Gets or sets the URL of a picture element.

string Type { get; set; }

Gets or sets the type of the media source.