FreeTextBox 3.2 Documentation
RegisterClientScriptInclude Method (control, type, key, url)
NamespacesFreeTextBoxControls.SupportClientScriptProxyRegisterClientScriptInclude(Control, Type, String, String)
Registers a script include tag into the page for an external script url
Declaration Syntax
C# Visual Basic Visual C++
                  public void RegisterClientScriptInclude(
	Control control,
	Type type,
	string key,
	string url
)
                  Public Sub RegisterClientScriptInclude ( _
	control As Control, _
	type As Type, _
	key As String, _
	url As String _
)
                  public:
void RegisterClientScriptInclude(
	Control^ control, 
	Type^ type, 
	String^ key, 
	String^ url
)
Parameters
control (Control)

[Missing <param name="control"/> documentation for "M:FreeTextBoxControls.Support.ClientScriptProxy.RegisterClientScriptInclude(System.Web.UI.Control,System.Type,System.String,System.String)"]

type (Type)

[Missing <param name="type"/> documentation for "M:FreeTextBoxControls.Support.ClientScriptProxy.RegisterClientScriptInclude(System.Web.UI.Control,System.Type,System.String,System.String)"]

key (String)

[Missing <param name="key"/> documentation for "M:FreeTextBoxControls.Support.ClientScriptProxy.RegisterClientScriptInclude(System.Web.UI.Control,System.Type,System.String,System.String)"]

url (String)

[Missing <param name="url"/> documentation for "M:FreeTextBoxControls.Support.ClientScriptProxy.RegisterClientScriptInclude(System.Web.UI.Control,System.Type,System.String,System.String)"]

Assembly: FreeTextBox (Module: FreeTextBox) Version: 3.2.0.28068