Click or drag to resize
AkJsonListNew Method (String)
构造。

Namespace: Appkit.Web.UI
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static AkJsonList New(
	string objectType
)

Parameters

objectType
Type: SystemString
对象类型名称。

Return Value

Type: AkJsonList
AkJsonList对象。
See Also