Class HTMLSpanElement
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
The HTMLSpanElement interface represents a {{HTMLElement("span")}} element and derives from the HTMLElement interface, but without implementing any additional properties or methods.
[Value("HTMLSpanElement")]
public class HTMLSpanElement : HTMLElement
- Inheritance
-
HTMLSpanElement
- Inherited Members
Remarks
-The HTML element implementing this interface: span.
Constructors
HTMLSpanElement()
public HTMLSpanElement()