HttpResponseBase.SuppressContent 属性

定义

获取或设置指明是否仅将 HTTP 头发送到客户端的值。

public:
 virtual property bool SuppressContent { bool get(); void set(bool value); };
public virtual bool SuppressContent { get; set; }
member this.SuppressContent : bool with get, set
Public Overridable Property SuppressContent As Boolean

属性值

Boolean

true 如果禁止显示 HTTP 消息内容,则为 ;否则,为 false.

例外

适用于