다음을 통해 공유


HttpCookie.Path 속성

정의

HttpCookie가 적용되는 URI 경로 구성 요소를 가져옵니다.

public:
 property Platform::String ^ Path { Platform::String ^ get(); };
winrt::hstring Path();
public string Path { get; }
var string = httpCookie.path;
Public ReadOnly Property Path As String

속성 값

String

Platform::String

winrt::hstring

HttpCookie가 적용되는 URI 경로 구성 요소입니다.

설명

Path 속성은 이 HttpCookie 가 적용되는 원본 서버의 경로 하위 집합을 지정합니다. 이 속성을 지정하지 않으면 기본 경로는 모든 경로와 일치하며 HttpCookie 는 모든 HTTP 요청에서 도메인으로 전송됩니다.

적용 대상