NavigationManager.BaseUri 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定目前的基底 URI。 一 BaseUri 律以具有結尾斜線的字串形式表示為絕對 URI。 這通常會對應至檔 < 基底 > 元素上的 'href' 屬性。
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
屬性值
備註
設定 BaseUri 不會觸發 LocationChanged 事件。