Table of Contents

UriNavigationEventArgs 类

命名空间
ClassIsland.Core.Models.UriNavigation
程序集
ClassIsland.Core.dll

Uri 导航事件参数。

public class UriNavigationEventArgs
继承
UriNavigationEventArgs
继承成员

属性

ChildrenPathPatterns

导航时在当前注册的 uri 的子路径。

public IReadOnlyList<string> ChildrenPathPatterns { get; }

属性值

IReadOnlyList<string>

Uri

导航时传入的完整 uri。

public Uri Uri { get; }

属性值

Uri