classafDuvet::MetaTagBuilder
sys::Obj afDuvet::MetaTagBuilder
Defines a <meta>
tag to be injected into the bottom of your head. Created via HtmlInjector.
@see https://developer.mozilla.org/en/docs/Web/HTML/Element/meta
- getAttr
Returns an attribute value on the
<meta>
element.- setAttr
MetaTagBuilder setAttr(Str name, Str value)
Sets an arbitrary attribute on the
<meta>
element.- withContent
MetaTagBuilder withContent(Str content)
Sets the
content
attribute. Returnsthis
.- withLang
MetaTagBuilder withLang(Str lang)
Sets the
lang
attribute. Returnsthis
.- withName
MetaTagBuilder withName(Str name)
Sets the
name
attribute. Returnsthis
.- withProperty
MetaTagBuilder withProperty(Str property)
Sets the
property
attribute. Returnsthis
.