Class ClientResourceAttribute
- Namespace
- AjaxControlToolkit
- Assembly
- AjaxControlToolkit.dll
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public abstract class ClientResourceAttribute : Attribute
- Inheritance
-
ClientResourceAttribute
- Derived
- Inherited Members
Constructors
ClientResourceAttribute(string)
public ClientResourceAttribute(string resourcePath)
Parameters
resourcePath
string
Properties
LoadOrder
public int LoadOrder { get; }
Property Value
ResourcePath
public string ResourcePath { get; }