Class RequiredScriptAttribute
- Namespace
- AjaxControlToolkit
- Assembly
- AjaxControlToolkit.dll
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public sealed class RequiredScriptAttribute : Attribute
- Inheritance
-
RequiredScriptAttribute
- Inherited Members
Constructors
RequiredScriptAttribute(Type)
public RequiredScriptAttribute(Type extenderType)
Parameters
extenderType
Type
RequiredScriptAttribute(Type, int)
public RequiredScriptAttribute(Type extenderType, int loadOrder)
Parameters
Properties
ExtenderType
public Type ExtenderType { get; }
Property Value
LoadOrder
public int LoadOrder { get; }