Class DynamicListBoxResourceHandler
The DynamicListBoxResourceHandler takes care of script support for the controls in the assembly. It is not meant to be used by your code.
Inheritance
System.Object
DynamicListBoxResourceHandler
Implements
System.Web.IHttpHandler
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Web.Console.Controls
Assembly: Mediachase.WebConsoleLib.dll
Version: 10.8.0Syntax
public class DynamicListBoxResourceHandler : IHttpHandler
Constructors
DynamicListBoxResourceHandler()
Declaration
public DynamicListBoxResourceHandler()
Methods
RegisterScript(Page, String, String)
Registers the script.
Declaration
public static void RegisterScript(Page page, string scriptKey, string scriptFile)
Parameters
Type | Name | Description |
---|---|---|
System.Web.UI.Page | page | The page. |
System.String | scriptKey | The script key. |
System.String | scriptFile | The script file. |
Implements
System.Web.IHttpHandler