ControlRendererGetControlDescriptors 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 GetControlDescriptors(
Control controlRef
)
Public Shared Function GetControlDescriptors (
controlRef As Control
) As String
public:
static String^ GetControlDescriptors(
Control^ controlRef
)
static member GetControlDescriptors :
controlRef : Control -> string
Parameters
- controlRef
- Type: System.Web.UIControl
Return Value
Type:
String
See Also