AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.3.0-beta.470" />

.NET API 958,976 bytes

 DirectionMode

public enum DirectionMode
An enumeration with all dir modes.
namespace AngleSharp.Dom { public enum DirectionMode : byte { Ltr, Rtl } }