AngleSharp by Florian Rappl

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

.NET API 553,472 bytes

 HTMLSourceElement

public sealed class HTMLSourceElement : HTMLElement
Represents the HTML source element.
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.