Поделиться через


NonHandlerAttribute Класс

Определение

Указывает, что целевой метод не является методом обработчика страницы.

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
Наследование
NonHandlerAttribute
Атрибуты

Конструкторы

NonHandlerAttribute()

Указывает, что целевой метод не является методом обработчика страницы.

Применяется к