Registers teh client script include.

Namespace: MonoSoftware.MonoX.Utilities
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public static void RegisterClientScriptInclude(
	Control control,
	Type type,
	string key,
	string url
)
Visual Basic
Public Shared Sub RegisterClientScriptInclude ( 
	control As Control,
	type As Type,
	key As String,
	url As String
)
Visual C++
public:
static void RegisterClientScriptInclude(
	Control^ control, 
	Type^ type, 
	String^ key, 
	String^ url
)
F#
static member RegisterClientScriptInclude : 
        control : Control * 
        type : Type * 
        key : string * 
        url : string -> unit 

Parameters

control
Type: System.Web.UI..::..Control
Control
type
Type: System..::..Type
Type
key
Type: System..::..String
Script key
url
Type: System..::..String
Script url

See Also