Interface IHtmlParamElement
- Namespace
- AngleSharp.Html.Dom
- Assembly
- AngleSharp.dll
Represents the param HTML element.
[DomName("HTMLParamElement")]
public interface IHtmlParamElement : IHtmlElement, IElement, INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode, IGlobalEventHandlers
- Inherited Members
- Extension Methods
Properties
Name
Gets or sets the name of the parameter.
[DomName("name")]
string? Name { get; set; }
Property Value
Value
Gets or sets the value of the parameter.
[DomName("value")]
string? Value { get; set; }