Table of Contents

Class HTMLHeadElement

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll

The HTMLHeadElement interface contains the descriptive information, or metadata, for a document. This object inherits all of the properties and methods described in the HTMLElement interface.

[Value("HTMLHeadElement")]
public class HTMLHeadElement : HTMLElement, Region, GeometryUtils, ParentNode, NonDocumentTypeChildNode, ChildNode, Slottable, ARIAMixin, Animatable, ElementCSSInlineStyle, GlobalEventHandlers, ElementContentEditable, HTMLOrSVGElement
Inheritance
HTMLHeadElement
Implements
Inherited Members

Remarks

-The HTML element implementing this interface: head

See also on MDN

Constructors

HTMLHeadElement()

public HTMLHeadElement()