Frame.CurrentSource 属性

定义

获取上次导航到的内容的统一资源标识符 (URI)。

public:
 property Uri ^ CurrentSource { Uri ^ get(); };
public Uri CurrentSource { get; }
member this.CurrentSource : Uri
Public ReadOnly Property CurrentSource As Uri

属性值

Uri

A Uri for the content that was last navigated to, if navigated to by using a URI; otherwise, null.

注解

请参阅 NavigationService.CurrentSource

适用于