AngleSharp by AngleSharp

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

.NET API 888,832 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)