DataServiceStreamResponse.ContentType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取响应流的内容类型。
public:
property System::String ^ ContentType { System::String ^ get(); };
public string ContentType { get; }
member this.ContentType : string
Public ReadOnly Property ContentType As String
属性值
响应流的内容类型。
注解
Content-Type
当响应中不存在 标头时,ContentDisposition属性将返回 null
。