Compartir a través de


NavigationEventArgs.Uri Propiedad

Definición

Obtiene el identificador uniforme de recursos (URI) del destino.

public:
 property Uri ^ Uri { Uri ^ get(); void set(Uri ^ value); };
Uri Uri();

void Uri(Uri value);
public System.Uri Uri { get; set; }
var uri = navigationEventArgs.uri;
navigationEventArgs.uri = uri;
Public Property Uri As Uri

Valor de propiedad

Valor que representa el identificador uniforme de recursos (URI).

Se aplica a