Sdílet prostřednictvím


NonHandlerAttribute Třída

Definice

Určuje, že cílová metoda není metodou obslužné rutiny stránky.

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
Dědičnost
NonHandlerAttribute
Atributy

Konstruktory

NonHandlerAttribute()

Určuje, že cílová metoda není metodou obslužné rutiny stránky.

Platí pro