AngleSharp by Florian Rappl

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

.NET API 371,712 bytes

 HTMLSourceElement

public sealed class HTMLSourceElement : HTMLElement
Represents the HTML source element.
public const string Tag = "source"

The source tag.

public string Media { get; set; }

Gets or sets the intended type of the media resource.

public string Src { get; set; }

Gets or sets the URL for the media resource.

public string Type { get; set; }

Gets or sets the type of the media source.

Creates a new HTML source element.