ProtocolActivatedEventArgs.Uri Property

Definition

Gets the Uniform Resource Identifier (URI) for which the app was activated.

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

Property Value

The Uniform Resource Identifier (URI).

Implements

Uri

Applies to

See also