Table of Contents

Class HTMLUnknownElement

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll

The HTMLUnknownElement interface represents an invalid HTML element and derives from the HTMLElement interface, but without implementing any additional properties or methods.

[Value("HTMLUnknownElement")]
public class HTMLUnknownElement : HTMLElement
Inheritance
HTMLUnknownElement
Inherited Members

Remarks

Constructors

HTMLUnknownElement()

public HTMLUnknownElement()