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