WebViewControlNewWindowRequestedEventArgs.Uri Property

Definition

Gets the Uniform Resource Identifier (URI) of the content the IWebViewControl is attempting to navigate to.

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

Property Value

The Uniform Resource Identifier (URI) of the content the IWebViewControl is attempting to navigate to.

Applies to