PackWebResponse.ContentType 属性

定义

获取响应流内容的多用途 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 类型。

在包中指定部件的请求将返回下列项之一:

  1. 如果请求的部件包含 ContentType 值,则 ContentType 返回该值。

  2. 如果请求的部件不包含任何 ContentType 值,但流名称包含已识别的 MIME 扩展类型,则返回对应于该扩展的 MIME 类型。

  3. 如果请求的部件不包含 ContentType 值或已识别的 MIME 扩展类型, ContentType 则 返回空字符串。

适用于