HttpResponseWrapper.StatusDescription 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定傳回至用戶端的輸出之 HTTP 狀態訊息。
public:
virtual property System::String ^ StatusDescription { System::String ^ get(); void set(System::String ^ value); };
public override string StatusDescription { get; set; }
member this.StatusDescription : string with get, set
Public Overrides Property StatusDescription As String
屬性值
傳回至用戶端之 HTTP 輸出的狀態訊息。 預設值為 [確定]。 如需有效狀態代碼的資訊,請參閱 HTTP 狀態代碼。
例外狀況
已在送出 HTTP 標頭之後設定 StatusDescription
。
狀態值得長度超過 512 個字元。