次の方法で共有


WebViewControlScriptNotifyEventArgs.Uri プロパティ

定義

ScriptNotify を生成した URI を取得します。

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

プロパティ値

ScriptNotify を生成した URI。

適用対象