ControlRendererGetControlScripts Method |
Namespace: Kettic.AspNet.Controls.CommonAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic static string GetControlScripts(
Control controlRef
)
Public Shared Function GetControlScripts (
controlRef As Control
) As String
public:
static String^ GetControlScripts(
Control^ controlRef
)
static member GetControlScripts :
controlRef : Control -> string
Parameters
- controlRef
- Type: System.Web.UIControl
Return Value
Type:
String
See Also