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 トリガーされません。

適用対象