Condividi tramite


NonHandlerAttribute Classe

Definizione

Specifica che il metodo di destinazione non è un metodo del gestore di pagine.

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
Ereditarietà
NonHandlerAttribute
Attributi

Costruttori

NonHandlerAttribute()

Specifica che il metodo di destinazione non è un metodo del gestore di pagine.

Si applica a