Table of Contents

Class HTMLFrameSetElement

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
IMPORTANT
Deprecated
The HTMLFrameSetElement interface provides special properties (beyond those of the regular HTMLElement interface they also inherit) for manipulating {{HTMLElement("frameset")}} elements.
[Value("HTMLFrameSetElement")]
public class HTMLFrameSetElement : HTMLElement, WindowEventHandlers
Inheritance
HTMLFrameSetElement
Implements
Inherited Members

Remarks

-HTML element implementing this interface: frameset
-The equivalent of this element outside of frames: HTMLFrameSetElement.

See also on MDN

Constructors

HTMLFrameSetElement()

public HTMLFrameSetElement()

Properties

Cols

[Value("cols")]
public string Cols { get; set; }

Property Value

string

Rows

[Value("rows")]
public string Rows { get; set; }

Property Value

string