NavigationManager.Uri 属性

定义

获取或设置当前 URI。 始终 Uri 以字符串形式表示为绝对 URI。

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

属性值

注解

设置 Uri 不会触发事件 LocationChanged

适用于