共用方式為


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。

適用於