Freigeben über


IWebViewControl.BuildLocalStreamUri(String, String) Methode

Definition

Erstellt einen URI, den Sie an NavigateToLocalStreamUri übergeben können.

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

Parameter

contentIdentifier
String

Platform::String

winrt::hstring

Ein eindeutiger Bezeichner für den Inhalt, auf den der URI verweist. Dadurch wird der Stamm des URI definiert.

relativePath
String

Platform::String

winrt::hstring

Der Pfad zur Ressource relativ zum Stamm.

Gibt zurück

Der URI, der durch Kombinieren und Normalisieren von contentIdentifier und relativePath erstellt wird.

Gilt für: