AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.4.1-beta.504" />

.NET API 964,608 bytes

 HtmlSourceElement

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

public string Sizes { get; set; }

public string Source { get; set; }

public string SourceSet { get; set; }

public string Type { get; set; }

public HtmlSourceElement(Document owner, string prefix = null)