Class HTMLParamElement
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
IMPORTANT
DeprecatedHTMLParamElement 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.
Constructors
HTMLParamElement()
public HTMLParamElement()
Properties
Name
[Value("name")]
public string Name { get; set; }
Property Value
Type
[Value("type")]
public string Type { get; set; }
Property Value
Value
[Value("value")]
public string Value { get; set; }
Property Value
ValueType
[Value("valueType")]
public string ValueType { get; set; }