Table of Contents

Interface IHtmlQuoteElement

Namespace
AngleSharp.Html.Dom
Assembly
AngleSharp.dll

Represents the q HTML element.

[DomName("HTMLQuoteElement")]
public interface IHtmlQuoteElement : IHtmlElement, IElement, INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode, IGlobalEventHandlers
Inherited Members
Extension Methods

Properties

Citation

Gets or sets the citation of the element.

[DomName("cite")]
string? Citation { get; set; }

Property Value

string