HtmlWindow.Url Proprietà
Definizione
Ottiene l'URL corrispondente all'elemento corrente visualizzato nella finestra.Gets the URL corresponding to the current item displayed in the window.
public:
property Uri ^ Url { Uri ^ get(); };
public Uri Url { get; }
member this.Url : Uri
Public ReadOnly Property Url As Uri
Valore della proprietà
Oggetto Uri che descrive l'URL.A Uri describing the URL.
Commenti
Questa proprietà è di sola lettura.This property is read-only. Per passare alla finestra in un nuovo documento, usare il Navigate metodo.To navigate the window to a new document, use the Navigate method.