ContentDisposition

FormEditor.ContentDisposition property

获取或设置在将操作结果存储到 HttpResponse 对象时如何存储内容。可能的值:inline / attachment. 默认值:inline.

public ContentDisposition ContentDisposition { get; set; }

也可以看看