DomAttribute.this

Creates a new dom attribute.

class DomAttribute
@safe
this
(
string name
,
string value
)

Parameters

name string

The name.

value string

The value.

Meta