Share via


WebViewControlScriptNotifyEventArgs.Uri Property

Definition

Gets the Uri that originated the ScriptNotify.

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

Property Value

The Uri that originated the ScriptNotify.

Applies to