WebViewNavigationStartingEventArgs.Uri プロパティ

定義

WebView が読み込むコンテンツの URI (Uniform Resource Identifier) を取得します。

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

プロパティ値

コンテンツの URI (Uniform Resource Identifier) です。

適用対象

こちらもご覧ください