Class HTMLBRElement
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
The HTMLBRElement interface represents an HTML line break element ({{htmlelement("br")}}). It inherits from HTMLElement.
[Value("HTMLBRElement")]
public class HTMLBRElement : HTMLElement
- Inheritance
-
HTMLBRElement
- Inherited Members
Remarks
-HTML element implementing this interface: br
Constructors
HTMLBRElement()
public HTMLBRElement()
Properties
Clear
[Value("clear")]
public string Clear { get; set; }