Table of Contents

Interface IHTMLParamElement

Namespace
Org.W3c.Dom.Html
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLParamElement.html

public interface IHTMLParamElement : IHTMLElement, IElement, INode
Inherited Members

Properties

Name

String Name { get; set; }

Property Value

String

Type

String Type { get; set; }

Property Value

String

Value

String Value { get; set; }

Property Value

String

ValueType

String ValueType { get; set; }

Property Value

String