webd ~master (2022-04-10T23:36:40.5271137)
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.