다음을 통해 공유


Manager.AreOnTheSameSite(String, String) 메서드

정의

두 URL의 사이트 부분이 같은 정규화된 값을 가지는지 여부를 나타내는 값을 가져옵니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 static bool AreOnTheSameSite(System::String ^ pURL1, System::String ^ pURL2);
public static bool AreOnTheSameSite (string pURL1, string pURL2);
static member AreOnTheSameSite : string * string -> bool
Public Shared Function AreOnTheSameSite (pURL1 As String, pURL2 As String) As Boolean

매개 변수

pURL1
String

비교할 첫 번째 URL입니다.

pURL2
String

비교할 두 번째 URL입니다.

반환

두 URL이 같은 사이트에 있는 경우 true이고, 그렇지 않으면 false입니다.

적용 대상