Click or drag to resize
ControlHelperGetUserControlContentT Method (String, Object)
获取Web用户控件中的内容

Namespace: Adf.Web
Assembly: Adf.Web (in Adf.Web.dll) Version: 4.1.5463.29815
Syntax
public static string GetUserControlContent<T>(
	string virtualPath,
	params Object[] format
)

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