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