Block.this

Creates a new block element.

  1. this()
  2. this(string tagName)
    class Block(TElement = Element)
    package final
    this
    (
    string tagName
    )
    if (
    is(BaseClassesTuple!TElement == AliasSeq!(Element, Object)) ||
    is(TElement == Element)
    )

Parameters

tagName string

The name of the block element's tag.

Meta