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

속성 값

HTTP 메시지 콘텐츠가 표시되지 않으면 이고, 그렇지 않으면 .

예외

적용 대상