다음을 통해 공유


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 if HTTP message content is suppressed; otherwise, false.

예외

적용 대상