NonControllerAttribute Klasa

Definicja

Wskazuje, że typ i wszelkie typy pochodne stosowane do tego atrybutu nie są traktowane jako kontroler przez domyślny mechanizm odnajdywania kontrolera.

public ref class NonControllerAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
public sealed class NonControllerAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)>]
type NonControllerAttribute = class
    inherit Attribute
Public NotInheritable Class NonControllerAttribute
Inherits Attribute
Dziedziczenie
NonControllerAttribute
Atrybuty

Konstruktory

NonControllerAttribute()

Wskazuje, że typ i wszelkie typy pochodne stosowane do tego atrybutu nie są traktowane jako kontroler przez domyślny mechanizm odnajdywania kontrolera.

Dotyczy