इसके माध्यम से साझा किया गया


WebViewControlUnsupportedUriSchemeIdentifiedEventArgs.Uri Property

Definition

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

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

Property Value

The Uniform Resource Identifier (URI) of the content.

Applies to