DataServiceStreamResponse.ContentType 属性

定义

获取响应流的内容类型。

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

适用于