HttpResponseBase.StatusDescription 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
接收或設定輸出的 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
屬性值
返回給用戶端的 HTTP 輸出狀態訊息。 有關有效狀態碼的資訊,請參見 HTTP 狀態碼。