你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PathHttpHeaders.ContentDisposition 属性

定义

传达有关如何处理响应有效负载的其他信息,还可用于附加其他元数据。 例如,如果设置为 attachment,则表示用户代理不应显示响应,而应显示文件名不是指定路径名称的“另存为”对话框。

public string ContentDisposition { get; set; }
member this.ContentDisposition : string with get, set
Public Property ContentDisposition As String

属性值

适用于