html属性

ContentType html
final

使用UTF-8编码的HTML内容类型。

text/html; charset=utf-8

实现

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