HTMLParamElement public sealed class HTMLParamElement : HTMLElement Represents a param element. Documentation Code public string Name { get; set; } Gets or sets the value of the name attribute. public string Value { get; set; } Gets or sets the value of the value attribute.