AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="0.17.0-alpha-173" />

.NET API 881,664 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 shadow root style sheets.