webd v0.0.2 (2018-03-06T10:41:10Z)
Dub
Repo
TagCollection.add
webd
web
tagcollection
TagCollection
Adds a tag to the collection.
class
TagCollection
(string tagName = "tags")
void
add
(
T
=
string
)
(
string
key
,
T
value
)
Parameters
key
string
The key of the tag.
value
T
The value of the tag.
Meta
Source
See Implementation
webd
web
tagcollection
TagCollection
functions
add
clearTags
createTags
get
getLoop
has
remove
properties
keys
variables
_tags
Adds a tag to the collection.