Table of Contents

Interface IHtmlSlotElement

Namespace
AngleSharp.Html.Dom
Assembly
AngleSharp.dll

Represents a slot in the shadow tree.

[DomName("HTMLSlotElement")]
public interface IHtmlSlotElement : IHtmlElement, IElement, INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode, IGlobalEventHandlers
Inherited Members
Extension Methods

Properties

Name

Gets or sets the name attribute.

[DomName("name")]
string? Name { get; set; }

Property Value

string

Methods

GetDistributedNodes()

Gets the nodes from the distributed nodes of the context.

[DomName("getDistributedNodes")]
IEnumerable<INode> GetDistributedNodes()

Returns

IEnumerable<INode>

The sequence of distributed nodes.