Class ToolkitScriptManager
Inheritance
System.Object
ToolkitScriptManager
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
public class ToolkitScriptManager : ScriptManager
Constructors
Declaration
public ToolkitScriptManager()
Fields
Declaration
protected static readonly Regex WebResourceRegex
Field Value
Type |
Description |
System.Text.RegularExpressions.Regex |
|
Properties
Declaration
public bool CombineScripts { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public Uri CombineScriptsHandlerUrl { get; set; }
Property Value
Type |
Description |
System.Uri |
|
Declaration
protected string HiddenFieldName { get; }
Property Value
Type |
Description |
System.String |
|
Methods
AppendCharAsUnicode(StringBuilder, Char)
Declaration
protected static void AppendCharAsUnicode(StringBuilder builder, char c)
Parameters
Type |
Name |
Description |
System.Text.StringBuilder |
builder |
|
System.Char |
c |
|
Declaration
protected override void OnInit(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Declaration
protected override void OnResolveScriptReference(ScriptReferenceEventArgs e)
Parameters
Type |
Name |
Description |
System.Web.UI.ScriptReferenceEventArgs |
e |
|
OutputCombinedScriptFile(HttpContext)
Declaration
public static bool OutputCombinedScriptFile(HttpContext context)
Parameters
Type |
Name |
Description |
System.Web.HttpContext |
context |
|
Returns
Type |
Description |
System.Boolean |
|
Declaration
protected static string QuoteString(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Type |
Description |
System.String |
|