AngleSharp by AngleSharp

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

.NET API 960,512 bytes

 IShadowRoot

The ShadowRoot interface represents the shadow root.

Gets the currently focused element in the shadow tree, if any.

IElement Host { get; }

Gets the host element, which contains this shadow root.

string InnerHtml { get; set; }

Gets the markup of the current shadow root's contents.

Gets the mode of this shadow root.

Gets the shadow root style sheets.