WebViewUnsupportedUriSchemeIdentifiedEventArgs.Uri 屬性

定義

取得 WebView 嘗試巡覽之內容的統一資源識別項 (URI) 。

public:
 property Uri ^ Uri { Uri ^ get(); };
Uri Uri();
public System.Uri Uri { get; }
var uri = webViewUnsupportedUriSchemeIdentifiedEventArgs.uri;
Public ReadOnly Property Uri As Uri

屬性值

內容的統一資源識別項 (URI) 。

適用於