AngleSharp by AngleSharp

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

.NET API 894,976 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)