| ControlHelperGetUserControlContentT Method (String, Object) |
获取Web用户控件中的内容
Namespace: Adf.WebAssembly: Adf.Web (in Adf.Web.dll) Version: 4.1.5463.29815
Syntaxpublic static string GetUserControlContent<T>(
string virtualPath,
params Object[] format
)
Public Shared Function GetUserControlContent(Of T) (
virtualPath As String,
ParamArray format As Object()
) As String
public:
generic<typename T>
static String^ GetUserControlContent(
String^ virtualPath,
... array<Object^>^ format
)
static member GetUserControlContent :
virtualPath : string *
format : Object[] -> string
Parameters
- virtualPath
- Type: SystemString
虚拟地址 - format
- Type: SystemObject
格式化串
Type Parameters
- T
- 控件所基于的基础网页类型,该类必需是由Page继承而来
Return Value
Type:
String[Missing <returns> documentation for "M:Adf.Web.ControlHelper.GetUserControlContent``1(System.String,System.Object[])"]
See Also