TextNode sealed class TextNode : CharacterData, IText, ICharacterData, INode, IEventTarget, IMarkupFormattable, IChildNode, INonDocumentTypeChildNode Represents a text node. Documentation Code public IElement AssignedSlot { get; } public string Text { get; } public IText Split(int offset)