DataServiceStreamResponse.ContentDisposition 属性

定义

获取响应流的 Content-Disposition 标头字段。

public:
 property System::String ^ ContentDisposition { System::String ^ get(); };
public string ContentDisposition { get; }
member this.ContentDisposition : string
Public ReadOnly Property ContentDisposition As String

属性值

Content-Disposition 标头字段的内容。

注解

Content-Disposition当响应中不存在 标头时,ContentDisposition属性将返回 null

适用于