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
Constructors
HTMLBodyElement()
public HTMLBodyElement()
Properties
ALink
[Value("aLink")]
public string ALink { get; set; }
Property Value
Background
[Value("background")]
public string Background { get; set; }
Property Value
BgColor
[Value("bgColor")]
public string BgColor { get; set; }
Property Value
Link
[Value("link")]
public string Link { get; set; }
Property Value
Onorientationchange
[Value("onorientationchange")]
public EventHandlerNonNull Onorientationchange { get; set; }
Property Value
Text
[Value("text")]
public string Text { get; set; }
Property Value
VLink
[Value("vLink")]
public string VLink { get; set; }