Share via


IWebViewControl.BuildLocalStreamUri(String, String) Method

Definition

Creates a URI that you can pass to NavigateToLocalStreamUri

public System.Uri BuildLocalStreamUri(string contentIdentifier, string relativePath);

Parameters

contentIdentifier
String

A unique identifier for the content the URI is referencing. This defines the root of the URI.

relativePath
String

The path to the resource, relative to the root.

Returns

The URI created by combining and normalizing the contentIdentifier and relativePath.

Applies to