ExcludeFromInteractiveRoutingAttribute 类

定义

应用于页面组件时,指示交互式 Router 组件应忽略该页。 这意味着不会通过交互式路由解析到页面的导航,而是会导致全页重载。

[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)]
public sealed class ExcludeFromInteractiveRoutingAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)>]
type ExcludeFromInteractiveRoutingAttribute = class
    inherit Attribute
Public NotInheritable Class ExcludeFromInteractiveRoutingAttribute
Inherits Attribute
继承
ExcludeFromInteractiveRoutingAttribute
属性

构造函数

ExcludeFromInteractiveRoutingAttribute()

应用于页面组件时,指示交互式 Router 组件应忽略该页。 这意味着不会通过交互式路由解析到页面的导航,而是会导致全页重载。

适用于