HTMLTag.this

Create a new instance of this tag for the specified document output.

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

Parameters

output DocumentOutput

Document output instance this generator should write to.

Meta