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