HTMLTag.this

Pass any other tag as an instance of this tag.

  1. this(DocumentOutput output)
  2. this(Tag tag)
    struct HTMLTag(string name)
    this

Parameters

tag Tag

XML or HTML tag to wrap.

Meta