ExcludeFromInteractiveRoutingAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
应用于页面组件时,指示交互式 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 组件应忽略该页。 这意味着不会通过交互式路由解析到页面的导航,而是会导致全页重载。 |