AngleSharp.Css by AngleSharp

<PackageReference Include="AngleSharp.Css" Version="0.17.0" />

.NET API 406,528 bytes

 ICaretPosition

public interface ICaretPosition
Defines the CaretPosition DOM interface.
INode Node { get; }

Gets the corresponding (potentially text) node.

int Offset { get; }

Gets the character offset of the caret within the node.