NavigatingCancelEventArgs.Uri 属性

定义

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

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

属性值

Uri

要导航到的内容的 Uri。 如果导航到对象,则 Urinull

注解

可以使用统一资源标识符 (URI) 或对象导航到内容。 导航到在调用NavigationService.Navigate时发生的 URI 时,并NavigationService.NavigateUri包含要导航到的内容的 URI。 此外,该 Content 属性将是 null

适用于