Table of Contents

Class HTMLBodyElement

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll

The HTMLBodyElement interface provides special properties (beyond those inherited from the regular HTMLElement interface) for manipulating {{HtmlElement("body")}} elements.

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

Remarks

-HTML element implementing this interface: body

See also on MDN

Constructors

HTMLBodyElement()

public HTMLBodyElement()

Properties

[Value("aLink")]
public string ALink { get; set; }

Property Value

string

Background

[Value("background")]
public string Background { get; set; }

Property Value

string

BgColor

[Value("bgColor")]
public string BgColor { get; set; }

Property Value

string
[Value("link")]
public string Link { get; set; }

Property Value

string

Onorientationchange

[Value("onorientationchange")]
public EventHandlerNonNull Onorientationchange { get; set; }

Property Value

EventHandlerNonNull

Text

[Value("text")]
public string Text { get; set; }

Property Value

string
[Value("vLink")]
public string VLink { get; set; }

Property Value

string