NavigationManager.BaseUri Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.