Click or drag to resize
ControlRendererGetControlScriptsCollection Method (Control, Boolean)
Gets all script URLs that should be registered by a script manager for the given control

Namespace: Kettic.AspNet.Controls.Common
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public static List<string> GetControlScriptsCollection(
	Control controlRef,
	bool isRecursive
)

Parameters

controlRef
Type: System.Web.UIControl
A control reference to get scripts from
isRecursive
Type: SystemBoolean
Whether to check child controls as well

Return Value

Type: ListString
A list of script URLs
See Also