HTMLParamElement.Value

HTMLParamElement.Value property

The value of a run-time parameter. See the value attribute definition in HTML 4.01.

public string Value { get; set; }

See Also