Class ExtenderControlMethodAttribute
- Namespace
- AjaxControlToolkit
- Assembly
- AjaxControlToolkit.dll
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
public sealed class ExtenderControlMethodAttribute : Attribute
- Inheritance
-
ExtenderControlMethodAttribute
- Inherited Members
Constructors
ExtenderControlMethodAttribute()
public ExtenderControlMethodAttribute()
ExtenderControlMethodAttribute(bool)
public ExtenderControlMethodAttribute(bool isScriptMethod)
Parameters
isScriptMethod
bool
Properties
IsScriptMethod
public bool IsScriptMethod { get; }