AngleSharp by AngleSharp

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

.NET API 1,218,560 bytes

 HtmlSourceElement

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

Gets or sets the intended type of the media resource.

public string Sizes { get; set; }

Gets or sets the sizes to use for an HTML picture element.

public string Source { get; set; }

Gets or sets the URL for the media resource.

public string SourceSet { get; set; }

Gets or sets the source of an HTML picture element.

public string Type { get; set; }

Gets or sets the type of the media source.

public HtmlSourceElement(Document owner, string prefix = null)

Creates a new HTML source element.