共用方式為


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 元件應該忽略該頁面。 這表示不會透過互動式路由解析頁面導覽,而是會造成完整頁面重載。

適用於