NonHandlerAttribute Classe

Définition

Spécifie que la méthode ciblée n’est pas une méthode de gestionnaire de pages.

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
Héritage
NonHandlerAttribute
Attributs

Constructeurs

NonHandlerAttribute()

Spécifie que la méthode ciblée n’est pas une méthode de gestionnaire de pages.

S’applique à