NonHandlerAttribute Klasa

Definicja

Określa, że metoda docelowa nie jest metodą obsługi stron.

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
Dziedziczenie
NonHandlerAttribute
Atrybuty

Konstruktory

NonHandlerAttribute()

Określa, że metoda docelowa nie jest metodą obsługi stron.

Dotyczy