Element.Attribute

A simple key/value struct representing a html attribute

struct Element
struct Attribute {}

Members

Variables

name
string name;
Undocumented in source.
value
string value;
Undocumented in source.

Meta