다음을 통해 공유


HttpResponseBase.StatusDescription 속성

정의

클라이언트에 반환되는 출력의 HTTP 상태 메시지를 가져오거나 설정합니다.

public:
 virtual property System::String ^ StatusDescription { System::String ^ get(); void set(System::String ^ value); };
public virtual string StatusDescription { get; set; }
member this.StatusDescription : string with get, set
Public Overridable Property StatusDescription As String

속성 값

String

클라이언트에 반환된 HTTP 출력의 상태 메시지입니다. 유효한 상태 코드에 대한 자세한 내용은 HTTP 상태 코드를 참조하세요.

예외

적용 대상