DataServiceStreamResponse.ContentDisposition 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取响应流的 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
。