NonControllerAttribute Třída

Definice

Označuje, že typ a všechny odvozené typy, na které se tento atribut použije, se ve výchozím mechanismu zjišťování kontroleru nepovažují za kontroler.

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
Dědičnost
NonControllerAttribute
Atributy

Konstruktory

NonControllerAttribute()

Platí pro