HTML property

ContentType HTML
final

Content type for HTML using UTF-8 encoding.

text/html; charset=utf-8

Implementation

static final HTML = new ContentType("text", "html", charset: "utf-8")