Frame.CurrentSource 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取上次导航到的内容的统一资源标识符 (URI)。
public:
property Uri ^ CurrentSource { Uri ^ get(); };
public Uri CurrentSource { get; }
member this.CurrentSource : Uri
Public ReadOnly Property CurrentSource As Uri
属性值
A Uri for the content that was last navigated to, if navigated to by using a URI; otherwise, null
.
注解
请参阅 NavigationService.CurrentSource。