다음을 통해 공유


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 헤더의 값입니다.

적용 대상