Interface IHTMLQuoteElement
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLQuoteElement.html
public interface IHTMLQuoteElement : IHTMLElement, IElement, INode
- Inherited Members
Properties
Cite
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLQuoteElement.html#getCite-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLQuoteElement.html#setCite-java.lang.String-
String Cite { get; set; }