| ControlHelperGetControlContent Method |
获取Web控件中的内容
Namespace: Adf.WebAssembly: Adf.Web (in Adf.Web.dll) Version: 4.1.5463.29815
Syntaxpublic static string GetControlContent(
Control ct
)
Public Shared Function GetControlContent (
ct As Control
) As String
public:
static String^ GetControlContent(
Control^ ct
)
static member GetControlContent :
ct : Control -> string
Parameters
- ct
- Type: System.Web.UIControl
控件
Return Value
Type:
String[Missing <returns> documentation for "M:Adf.Web.ControlHelper.GetControlContent(System.Web.UI.Control)"]
See Also