Table of Contents

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

See also on MDN

Constructors

HTMLBRElement()

public HTMLBRElement()

Properties

Clear

[Value("clear")]
public string Clear { get; set; }

Property Value

string