HtmlFrameElementBase abstract class HtmlFrameElementBase : HtmlFrameOwnerElement Represents the base class for frame elements. Documentation Code public IDocument ContentDocument { get; } public IDownload CurrentDownload { get; } public string FrameBorder { get; set; } public string LongDesc { get; set; } public string Name { get; set; } public IBrowsingContext NestedContext { get; } public string Scrolling { get; set; } public string Source { get; set; } public HtmlFrameElementBase(Document owner, string name, string prefix, NodeFlags flags = 0)