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

Response.ContentStream 属性

定义

获取 HTTP 响应的内容。 返回 null 不带内容的响应。

public abstract System.IO.Stream? ContentStream { get; set; }
member this.ContentStream : System.IO.Stream with get, set
Public MustOverride Property ContentStream As Stream

属性值

适用于