Share via


CookieHandler.MatchCookiePath(Uri, Uri) 메서드

정의

대상 도메인이 쿠키 도메인 내에 있고 대상 경로가 쿠키 경로 내에 있을 경우 쿠키 경로 부분의 대/소문자를 일치시켜야 합니다.

public:
 virtual System::String ^ MatchCookiePath(Uri ^ baseUri, Uri ^ targetUri);
public virtual string MatchCookiePath (Uri baseUri, Uri targetUri);
abstract member MatchCookiePath : Uri * Uri -> string
override this.MatchCookiePath : Uri * Uri -> string
Public Overridable Function MatchCookiePath (baseUri As Uri, targetUri As Uri) As String

매개 변수

baseUri
Uri

요청의 기본 URL입니다.

targetUri
Uri

일치시킬 URL입니다.

반환

String를 반환합니다.

적용 대상