Click or drag to resize
AkParam Class
查询字符串或Form的参数对象。
Inheritance Hierarchy
SystemObject
  Appkit.CommonAkParam

Namespace: Appkit.Common
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public class AkParam

The AkParam type exposes the following members.

Methods
  NameDescription
Public methodExists
判断参数是否存在于查询字符串或Form中。
Public methodGetValue
获取参数值。
Public methodHasContent
判断参数值是否有内容。
Top
See Also