Table of Contents

Class HTMLParamElement

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
IMPORTANT
Deprecated
The HTMLParamElement interface provides special properties (beyond those of the regular HTMLElement object interface it inherits) for manipulating {{HTMLElement("param")}} elements, representing a pair of a key and a value that acts as a parameter for an {{HTMLElement("object")}} element.
[Value("HTMLParamElement")]
public class HTMLParamElement : HTMLElement
Inheritance
HTMLParamElement
Inherited Members

Remarks

-The HTML element implementing this interface: param.

See also on MDN

Constructors

HTMLParamElement()

public HTMLParamElement()

Properties

Name

[Value("name")]
public string Name { get; set; }

Property Value

string

Type

[Value("type")]
public string Type { get; set; }

Property Value

string

Value

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

Property Value

string

ValueType

[Value("valueType")]
public string ValueType { get; set; }

Property Value

string