EmptyTag Interface
Represents an empty HTML element.
C#
public interface EmptyTag : Node, BaseTag<EmptyTag>
- Derived
- Implements
Remarks
This object is immutable.