Share via


NavigationManager.BaseUri 屬性

定義

取得或設定目前的基底 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 事件。

適用於