Udostępnij za pośrednictwem


ExcludeFromInteractiveRoutingAttribute Klasa

Definicja

Po zastosowaniu do składnika strony wskazuje, że składnik interakcyjny Router powinien ignorować tę stronę. Oznacza to, że nawigacja na stronie nie zostanie rozwiązana przez routing interakcyjny, ale zamiast tego spowoduje ponowne załadowanie pełnej strony.

[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
Dziedziczenie
ExcludeFromInteractiveRoutingAttribute
Atrybuty

Konstruktory

ExcludeFromInteractiveRoutingAttribute()

Po zastosowaniu do składnika strony wskazuje, że składnik interakcyjny Router powinien ignorować tę stronę. Oznacza to, że nawigacja na stronie nie zostanie rozwiązana przez routing interakcyjny, ale zamiast tego spowoduje ponowne załadowanie pełnej strony.

Dotyczy