IWebViewControl.BuildLocalStreamUri(String, String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
NavigateToLocalStreamUri에 전달할 수 있는 URI를 만듭니다.
public:
Uri ^ BuildLocalStreamUri(Platform::String ^ contentIdentifier, Platform::String ^ relativePath);
Uri BuildLocalStreamUri(winrt::hstring const& contentIdentifier, winrt::hstring const& relativePath);
public System.Uri BuildLocalStreamUri(string contentIdentifier, string relativePath);
function buildLocalStreamUri(contentIdentifier, relativePath)
Public Function BuildLocalStreamUri (contentIdentifier As String, relativePath As String) As Uri
매개 변수
- contentIdentifier
-
String
Platform::String
winrt::hstring
URI가 참조하는 콘텐츠의 고유 식별자입니다. URI의 루트를 정의합니다.
- relativePath
-
String
Platform::String
winrt::hstring
루트를 기준으로 하는 리소스의 경로입니다.
반환
contentIdentifier 및 relativePath를 결합하고 정규화하여 만든 URI입니다.