Table of Contents

IPublicUriNavigationService 接口

命名空间
ClassIsland.Shared.IPC.Abstractions.Services
程序集
ClassIsland.Shared.IPC.dll

向其它进程公开的 Uri 导航服务,用于在ClassIsland内部和外部通过uri进行导航。

[IpcPublic(IgnoresIpcException = true)]
public interface IPublicUriNavigationService

方法

Navigate(Uri)

导航到指定 Uri。

void Navigate(Uri uri)

参数

uri Uri

要导航的 Uri

NavigateWrapped(Uri)

导航到指定 Uri,但在抛出异常时自动捕获,并显示错误提示。

void NavigateWrapped(Uri uri)

参数

uri Uri

要导航的 Uri