HttpResponse.Status 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定傳回至用戶端的 Status
行。
public:
property System::String ^ Status { System::String ^ get(); void set(System::String ^ value); };
public string Status { get; set; }
member this.Status : string with get, set
Public Property Status As String
屬性值
設定狀態碼會造成描述 HTTP 輸出狀態的字串被傳回至用戶端。 預設值為 200 (OK)。
例外狀況
狀態被設定為無效狀態碼。
備註
Status 已被取代, StatusDescription 而且只為了與舊版 ASP 相容而提供。 使用 ASP.NET,請改用 StatusDescription 。