NonControllerAttribute Classe

Definição

Indica que o tipo e os tipos derivados aos quais esse atributo é aplicado não são considerados um controlador pelo mecanismo de descoberta do controlador padrão.

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
Herança
NonControllerAttribute
Atributos

Construtores

NonControllerAttribute()

Indica que o tipo e os tipos derivados aos quais esse atributo é aplicado não são considerados um controlador pelo mecanismo de descoberta do controlador padrão.

Aplica-se a