CommentAttribute

An HTML start tag comment attribute

struct CommentAttribute {}

Members

Variables

name
string name;

HTML start tag attribute name

value
string value;

HTML start tag attribute value

Meta