SetCookieHeaderValue.Path 속성

정의

쿠키 특성의 값을 Path 가져오거나 설정합니다.

path 특성은 쿠키를 보낼 호스트를 지정합니다.

public:
 property System::String ^ Path { System::String ^ get(); void set(System::String ^ value); };
public:
 property Microsoft::Extensions::Primitives::StringSegment Path { Microsoft::Extensions::Primitives::StringSegment get(); void set(Microsoft::Extensions::Primitives::StringSegment value); };
public string Path { get; set; }
public Microsoft.Extensions.Primitives.StringSegment Path { get; set; }
member this.Path : string with get, set
member this.Path : Microsoft.Extensions.Primitives.StringSegment with get, set
Public Property Path As String
Public Property Path As StringSegment

속성 값

설명

https://tools.ietf.org/html/rfc6265#section-4.1.2.4을 참조하세요.

적용 대상