Click or drag to resize
AkPageVarAssign Method (String, AkSession, String, String)
属性变量或系统变量赋值。

Namespace: Appkit.Web.UI
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static string VarAssign(
	string source,
	AkSession sess,
	string[] propNames,
	string[] propValues
)

Parameters

source
Type: SystemString
sess
Type: Appkit.DataAkSession
propNames
Type: SystemString
propValues
Type: SystemString

Return Value

Type: String
See Also