ContentType

HeaderType.ContentType property

“Content-Type”定义内容的格式(字符集等)。请注意,此标头的值在 RFC1049 和 MIME (RFC2045) 中以不同的方式定义。查找 MIME-version: 标头以了解 Content-Type 是根据 RFC1049 还是根据 MIME (RFC2045) 进行解释。 MIME 定义应用于生成邮件。 历史上,内容类型字段是在 RFC1049 中提出的。其中,Content-Type 没有像 RFC2045 那样区分类型和子类型。 示例: 内容类型:文本/纯文本; charset=“us-ascii” 内容类型:文本/纯文本; charset=US-ASCII 内容类型:文本/纯文本; charset=“iso-8859-1” Content-Type: text/plain; charset=koi8-r 内容类型:文本/纯文本;字符集=未知-8bit

public static HeaderType ContentType { get; }

也可以看看