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
contentattribute. Returnsthis.- withLang
MetaTagBuilder withLang(Str lang)Sets the
langattribute. Returnsthis.- withName
MetaTagBuilder withName(Str name)Sets the
nameattribute. Returnsthis.- withProperty
MetaTagBuilder withProperty(Str property)Sets the
propertyattribute. Returnsthis.