public string contentType ;

返回

string 要在 Content-Type 标头中使用的值,或者为 null

描述

返回要在此表单节的 Content-Type 标头中使用的值。

如果此属性返回非 null 或非空字符串,则返回的字符串将被设置为此表单节的 Content-Type

如果此属性返回 null 或空字符串,则此表单节将省略 Content-Type 标头。服务器处理这些数据的方式取决于单个服务器。