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