AngleSharp by AngleSharp

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

.NET API 1,223,680 bytes

 TableFrames

public enum TableFrames
The list of possible table frame directives.
namespace AngleSharp.Dom.Html { public enum TableFrames : byte { Void, Box, Above, Below, HSides, VSides, LHS, RHS, Border } }