Document.title

Set the content of <title>

  1. string title [@property getter]
  2. string title [@property setter]
    struct Document
    @property
    void
    title
    (
    const string s
    )

Meta