NavigationManager.BaseUri Property

Definition

Gets or sets the current base URI. The BaseUri is always represented as an absolute URI in string form with trailing slash. Typically this corresponds to the 'href' attribute on the document's <base> element.

public:  property System::String ^ BaseUri {  public:
System::String ^ get(); protected:
 void set(System::String ^ value); };
public string BaseUri { get; protected set; }
member this.BaseUri : string with get, set
Public Property BaseUri As String

Property Value

Remarks

Setting BaseUri will not trigger the LocationChanged event.

Applies to