共用方式為


HttpResponse.Status 屬性

定義

設定傳回至用戶端的 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

屬性值

String

設定狀態碼會造成描述 HTTP 輸出狀態的字串被傳回至用戶端。 預設值為 200 (OK)。

例外狀況

狀態被設定為無效狀態碼。

備註

Status 已被取代, StatusDescription 而且只為了與舊版 ASP 相容而提供。 使用 ASP.NET,請改用 StatusDescription

適用於