Click or drag to resize
AkValidateCode Class
验证码页基类。

OnLoad 时存储验证码并将图片添加到响应。

Inheritance Hierarchy
SystemObject
  Appkit.Web.UIAkValidateCode

Namespace: Appkit.Web.UI
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public class AkValidateCode : IHttpHandler, 
	IRequiresSessionState

The AkValidateCode type exposes the following members.

Constructors
  NameDescription
Public methodAkValidateCode
Top
Methods
  NameDescription
Public methodProcessRequest
处理请求。
Top
Properties
  NameDescription
Public propertyIsReusable
是否可以重用。
Top
See Also