PackWebResponse.ContentType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取响应流内容的多用途 Internet 邮件扩展 (MIME) 内容类型。
public:
virtual property System::String ^ ContentType { System::String ^ get(); };
public override string ContentType { get; }
member this.ContentType : string
Public Overrides ReadOnly Property ContentType As String
属性值
流内容的 MIME 类型。
注解
如果请求未指定包中的部件,它将返回包的 MIME 类型。
在包中指定部件的请求将返回下列项之一:
如果请求的部件包含 ContentType 值,则 ContentType 返回该值。
如果请求的部件不包含任何 ContentType 值,但流名称包含已识别的 MIME 扩展类型,则返回对应于该扩展的 MIME 类型。
如果请求的部件不包含 ContentType 值或已识别的 MIME 扩展类型, ContentType 则 返回空字符串。