NonHandlerAttribute Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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. |