次の方法で共有


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 コンポーネントがそのページを無視する必要があることを示します。 つまり、ページへのナビゲーションは対話型ルーティングによって解決されず、代わりにページ全体が再読み込みされます。

適用対象