다음을 통해 공유


CookieHandlerElement.Path 속성

정의

처리기에서 작성한 쿠키의 경로 값을 가져오거나 설정합니다.

public:
 property System::String ^ Path { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("path", IsRequired=false)]
public string Path { get; set; }
[<System.Configuration.ConfigurationProperty("path", IsRequired=false)>]
member this.Path : string with get, set
Public Property Path As String

속성 값

경로를 포함하는 문자열입니다.

특성

설명

경로 정의에서 정의 된 경로가 없는 경우는 AppDomainAppVirtualPath 속성을 사용 합니다.

pathcookieHandler> 요소의< 특성을 나타냅니다.

적용 대상

추가 정보