AngleSharp by AngleSharp

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

.NET API 1,244,160 bytes

 HtmlFrameElementBase

Represents the base class for frame elements.
public IDocument ContentDocument { get; }

public IDownload CurrentDownload { get; }

public string FrameBorder { get; set; }

public string LongDesc { get; set; }

public string Name { get; set; }

public string Scrolling { get; set; }

public string Source { get; set; }

public HtmlFrameElementBase(Document owner, string name, string prefix, NodeFlags flags = 0)

protected void UpdateSource(string _)