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
Inheritance
HTMLHeadElement
Inherited Members

Remarks

-The HTML element implementing this interface: head

See also on MDN

Constructors

HTMLHeadElement()

public HTMLHeadElement()