Click or drag to resize
AkJsonOptionSetTemplateTagReserved Method
设置模板标签是否保留。

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public void SetTemplateTagReserved(
	bool value
)

Parameters

value
Type: SystemBoolean
是否保留模板标签,true表示保留在页面但是不显示,false表示从页面移除。
See Also