AngleSharp by Florian Rappl

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

.NET API 1,206,784 bytes

 HtmlWbrElement

sealed class HtmlWbrElement : HtmlElement
Represents the HTML wbr (word-break-opportunity) element. This element is used to indicate that the position is a good point for inserting a possible line-break.
public HtmlWbrElement(Document owner, string prefix = null)

Creates a new HTML wbr element.