Compartir a través de


NonControllerAttribute Clase

Definición

Indica que el tipo y los tipos derivados a los que se aplica este atributo no se consideran un controlador mediante el mecanismo de detección de controladores predeterminado.

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
Herencia
NonControllerAttribute
Atributos

Constructores

NonControllerAttribute()

Indica que el tipo y los tipos derivados a los que se aplica este atributo no se consideran un controlador mediante el mecanismo de detección de controladores predeterminado.

Se aplica a