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 标头值。

适用于