VirtualPathUtility.Combine(String, String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
기본 경로와 상대 경로를 결합합니다.
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
상대 경로입니다.
반환
결합된 basePath
와 relativePath
입니다.
예외
설명
합니다 Combine 의 값을 반환 하는 메서드는 AppDomainAppVirtualPath 상대 경로 물결표 (~) 정확 하 게 하는 경우 속성입니다.
Combine 메서드를 AppDomainAppVirtualPath 상대 경로 물결표와 슬래시 표시를 사용 하 여 시작 하는 경우 기본 경로 대신 속성 값 (~ /)이 고, 그렇지 않으면를 Combine 메서드 기본 경로 사용 합니다.