Table of Contents

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

extenderType Type
loadOrder int

Properties

ExtenderType

public Type ExtenderType { get; }

Property Value

Type

LoadOrder

public int LoadOrder { get; }

Property Value

int