AngleSharp by Florian Rappl

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

.NET API 997,888 bytes

 IHtmlParagraphElement

Represents the p HTML element.
using AngleSharp.Attributes; using AngleSharp.DOM.Css; namespace AngleSharp.DOM.Html { [DomName("HTMLParagraphElement")] public interface IHtmlParagraphElement : IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle { } }