AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.0.3-alpha-287" />

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