NonHandlerAttribute Clase

Definición

Especifica que el método de destino no es un método de controlador de páginas.

public ref class NonHandlerAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public class NonHandlerAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)>]
type NonHandlerAttribute = class
    inherit Attribute
Public Class NonHandlerAttribute
Inherits Attribute
Herencia
NonHandlerAttribute
Atributos

Constructores

NonHandlerAttribute()

Especifica que el método de destino no es un método de controlador de páginas.

Se aplica a