다음을 통해 공유


VirtualPathUtility.Combine(String, String) 메서드

정의

기본 경로와 상대 경로를 결합합니다.

public:
 static System::String ^ Combine(System::String ^ basePath, System::String ^ relativePath);
public static string Combine (string basePath, string relativePath);
static member Combine : string * string -> string
Public Shared Function Combine (basePath As String, relativePath As String) As String

매개 변수

basePath
String

기본 경로입니다.

relativePath
String

상대 경로입니다.

반환

String

결합된 basePathrelativePath입니다.

예외

relativePath가 실제 경로인 경우

또는 relativePath에 하나 이상의 콜론이 포함된 경우

relativePathnull 또는 빈 문자열인 경우

또는 basePathnull 또는 빈 문자열인 경우

설명

합니다 Combine 의 값을 반환 하는 메서드는 AppDomainAppVirtualPath 상대 경로 물결표 (~) 정확 하 게 하는 경우 속성입니다.

Combine 메서드를 AppDomainAppVirtualPath 상대 경로 물결표와 슬래시 표시를 사용 하 여 시작 하는 경우 기본 경로 대신 속성 값 (~ /)이 고, 그렇지 않으면를 Combine 메서드 기본 경로 사용 합니다.

적용 대상

추가 정보