MetaTag

papyrus.logic.metadata.MetaTag.MetaTag
trait MetaTag

Represents an HTML meta or link tag

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def content: String

The tag's content or href

The tag's content or href

Attributes

def name: String

The name or type of the tag (e.g. "author", "charset")

The name or type of the tag (e.g. "author", "charset")

Attributes

Renders the tag as HTML

Renders the tag as HTML

Attributes