Partilhar via


NonHandlerAttribute Classe

Definição

Especifica que o método de destino não é um método de manipulador de página.

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

Construtores

NonHandlerAttribute()

Especifica que o método de destino não é um método de manipulador de página.

Aplica-se a