Registers a client script resource.

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

Syntax

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

Parameters

control
Type: System.Web.UI..::..Control
Control to use
type
Type: System..::..Type
Type
resourceName
Type: System..::..String
Resource that is to be registered

See Also