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

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

Parameters

virtualPath
Type: SystemString
虚拟路径
format
Type: SystemObject
格式化串

Return Value

Type: String

[Missing <returns> documentation for "M:Adf.Web.ControlHelper.GetUserControlContent(System.String,System.Object[])"]

See Also