HttpResponseHeaders.Location 屬性

定義

取得或設定 HTTP 回應的 Location 標頭值。

public:
 property Uri ^ Location { Uri ^ get(); void set(Uri ^ value); };
public Uri Location { get; set; }
public Uri? Location { get; set; }
member this.Location : Uri with get, set
Public Property Location As Uri

屬性值

Uri

HTTP 回應的 Location 標頭值。

適用於